﻿2026-06-04T14:27:57.2585572Z Current runner version: '2.334.0'
2026-06-04T14:27:57.2594578Z Runner name: 'gravity'
2026-06-04T14:27:57.2595767Z Runner group name: 'Default'
2026-06-04T14:27:57.2597159Z Machine name: 'gravity-linux'
2026-06-04T14:27:57.2601349Z ##[group]GITHUB_TOKEN Permissions
2026-06-04T14:27:57.2605819Z Contents: read
2026-06-04T14:27:57.2606663Z Metadata: read
2026-06-04T14:27:57.2607537Z Packages: read
2026-06-04T14:27:57.2608334Z ##[endgroup]
2026-06-04T14:27:57.2612272Z Secret source: Actions
2026-06-04T14:27:57.2613594Z Prepare workflow directory
2026-06-04T14:27:57.3380095Z Prepare all required actions
2026-06-04T14:27:57.3440343Z Getting action download info
2026-06-04T14:27:57.9783201Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-04T14:27:58.9248151Z Complete job name: test (self-hosted, Linux, gravity)
2026-06-04T14:27:59.0827376Z ##[group]Run actions/checkout@v5
2026-06-04T14:27:59.0829649Z with:
2026-06-04T14:27:59.0830905Z   repository: SaberMage/spt-core
2026-06-04T14:27:59.0848026Z   token: ***
2026-06-04T14:27:59.0849293Z   ssh-strict: true
2026-06-04T14:27:59.0850536Z   ssh-user: git
2026-06-04T14:27:59.0851791Z   persist-credentials: true
2026-06-04T14:27:59.0853190Z   clean: true
2026-06-04T14:27:59.0854443Z   sparse-checkout-cone-mode: true
2026-06-04T14:27:59.0855968Z   fetch-depth: 1
2026-06-04T14:27:59.0857199Z   fetch-tags: false
2026-06-04T14:27:59.0858468Z   show-progress: true
2026-06-04T14:27:59.0860150Z   lfs: false
2026-06-04T14:27:59.0861353Z   submodules: false
2026-06-04T14:27:59.0862653Z   set-safe-directory: true
2026-06-04T14:27:59.0864665Z ##[endgroup]
2026-06-04T14:27:59.2457900Z Syncing repository: SaberMage/spt-core
2026-06-04T14:27:59.2464515Z ##[group]Getting Git version info
2026-06-04T14:27:59.2467124Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-04T14:27:59.2470837Z [command]/usr/bin/git version
2026-06-04T14:27:59.2472432Z git version 2.34.1
2026-06-04T14:27:59.2477360Z ##[endgroup]
2026-06-04T14:27:59.2487783Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/3ad61735-7ac7-47d6-bdc6-cc610f5a216b/.gitconfig'
2026-06-04T14:27:59.2493593Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/3ad61735-7ac7-47d6-bdc6-cc610f5a216b' before making global git config changes
2026-06-04T14:27:59.2498330Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:27:59.2502396Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T14:27:59.2546947Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-04T14:27:59.2587798Z https://github.com/SaberMage/spt-core
2026-06-04T14:27:59.2607844Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T14:27:59.2615657Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T14:27:59.2648644Z refs/heads/dev-freeform
2026-06-04T14:27:59.2660661Z [command]/usr/bin/git checkout --detach
2026-06-04T14:27:59.2720109Z HEAD is now at 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:27:59.2777242Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-04T14:27:59.2816968Z Deleted branch dev-freeform (was 107240e).
2026-06-04T14:27:59.2869998Z ##[endgroup]
2026-06-04T14:27:59.2871657Z [command]/usr/bin/git submodule status
2026-06-04T14:27:59.3114987Z ##[group]Cleaning the repository
2026-06-04T14:27:59.3117556Z [command]/usr/bin/git clean -ffdx
2026-06-04T14:27:59.6416635Z Removing target/
2026-06-04T14:27:59.6430660Z [command]/usr/bin/git reset --hard HEAD
2026-06-04T14:27:59.6501463Z HEAD is now at 107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:27:59.6507770Z ##[endgroup]
2026-06-04T14:27:59.6510400Z ##[group]Disabling automatic garbage collection
2026-06-04T14:27:59.6515974Z [command]/usr/bin/git config --local gc.auto 0
2026-06-04T14:27:59.6558090Z ##[endgroup]
2026-06-04T14:27:59.6560478Z ##[group]Setting up auth
2026-06-04T14:27:59.6567681Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:27:59.6611005Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T14:27:59.6853724Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:27:59.6899019Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T14:27:59.7143135Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:27:59.7184567Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T14:27:59.7427377Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-04T14:27:59.7489033Z ##[endgroup]
2026-06-04T14:27:59.7491558Z ##[group]Fetching the repository
2026-06-04T14:27:59.7503667Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +a86371c9cfd87639c4d5dd5e2c82d464bc028ed0:refs/remotes/origin/dev-freeform
2026-06-04T14:28:00.3831416Z From https://github.com/SaberMage/spt-core
2026-06-04T14:28:00.3834498Z  + 107240e...a86371c a86371c9cfd87639c4d5dd5e2c82d464bc028ed0 -> origin/dev-freeform  (forced update)
2026-06-04T14:28:00.3858294Z ##[endgroup]
2026-06-04T14:28:00.3860636Z ##[group]Determining the checkout info
2026-06-04T14:28:00.3863118Z ##[endgroup]
2026-06-04T14:28:00.3970235Z [command]/usr/bin/git sparse-checkout disable
2026-06-04T14:28:00.3974601Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-04T14:28:00.3979806Z ##[group]Checking out the ref
2026-06-04T14:28:00.3982510Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T14:28:00.4042992Z Warning: you are leaving 1 commit behind, not connected to
2026-06-04T14:28:00.4045112Z any of your branches:
2026-06-04T14:28:00.4045940Z 
2026-06-04T14:28:00.4047785Z   107240e feat(net,daemon,ci,docs): M4-D9-6-1 two-host rig ladder — env-gated int tests + runbook
2026-06-04T14:28:00.4050009Z 
2026-06-04T14:28:00.4051145Z If you want to keep it by creating a new branch, this may be a good time
2026-06-04T14:28:00.4053413Z to do so with:
2026-06-04T14:28:00.4054126Z 
2026-06-04T14:28:00.4054792Z  git branch <new-branch-name> 107240e
2026-06-04T14:28:00.4055900Z 
2026-06-04T14:28:00.4056669Z Switched to a new branch 'dev-freeform'
2026-06-04T14:28:00.4059296Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-04T14:28:00.4064491Z ##[endgroup]
2026-06-04T14:28:00.4108198Z [command]/usr/bin/git log -1 --format=%H
2026-06-04T14:28:00.4142142Z a86371c9cfd87639c4d5dd5e2c82d464bc028ed0
2026-06-04T14:28:00.4470466Z ##[group]Run cargo build --workspace --all-targets
2026-06-04T14:28:00.4472509Z [36;1mcargo build --workspace --all-targets[0m
2026-06-04T14:28:00.4500605Z shell: /usr/bin/bash -e {0}
2026-06-04T14:28:00.4501950Z ##[endgroup]
2026-06-04T14:28:01.1081521Z    Compiling proc-macro2 v1.0.106
2026-06-04T14:28:01.1084315Z    Compiling unicode-ident v1.0.24
2026-06-04T14:28:01.1086333Z    Compiling quote v1.0.45
2026-06-04T14:28:01.1088163Z    Compiling libc v0.2.186
2026-06-04T14:28:01.2071179Z    Compiling serde_core v1.0.228
2026-06-04T14:28:01.3471294Z    Compiling cfg-if v1.0.4
2026-06-04T14:28:01.3893988Z    Compiling serde v1.0.228
2026-06-04T14:28:01.6681487Z    Compiling typenum v1.20.1
2026-06-04T14:28:03.2551206Z    Compiling syn v2.0.117
2026-06-04T14:28:03.2721076Z    Compiling portable-atomic v1.13.1
2026-06-04T14:28:03.8112561Z    Compiling version_check v0.9.5
2026-06-04T14:28:04.2501104Z    Compiling memchr v2.8.1
2026-06-04T14:28:04.2661440Z    Compiling critical-section v1.2.0
2026-06-04T14:28:04.3370913Z    Compiling subtle v2.6.1
2026-06-04T14:28:04.5201222Z    Compiling generic-array v0.14.7
2026-06-04T14:28:04.6591320Z    Compiling semver v1.0.28
2026-06-04T14:28:05.0833781Z    Compiling rustc_version v0.4.1
2026-06-04T14:28:05.5171080Z    Compiling shlex v2.0.1
2026-06-04T14:28:05.7411154Z    Compiling smallvec v1.15.1
2026-06-04T14:28:06.0074246Z    Compiling find-msvc-tools v0.1.9
2026-06-04T14:28:06.2080883Z    Compiling itoa v1.0.18
2026-06-04T14:28:06.3711007Z    Compiling cc v1.2.63
2026-06-04T14:28:06.3731556Z    Compiling equivalent v1.0.2
2026-06-04T14:28:06.4272849Z    Compiling crypto-common v0.1.7
2026-06-04T14:28:06.4340874Z    Compiling pin-project-lite v0.2.17
2026-06-04T14:28:06.5110666Z    Compiling getrandom v0.2.17
2026-06-04T14:28:06.5200898Z    Compiling log v0.4.30
2026-06-04T14:28:06.7060729Z    Compiling cpufeatures v0.2.17
2026-06-04T14:28:06.7530872Z    Compiling hashbrown v0.17.1
2026-06-04T14:28:06.7659554Z    Compiling futures-core v0.3.32
2026-06-04T14:28:06.9003597Z    Compiling bytes v1.11.1
2026-06-04T14:28:07.7613882Z    Compiling indexmap v2.14.0
2026-06-04T14:28:07.9780881Z    Compiling rand_core v0.10.1
2026-06-04T14:28:08.1410306Z    Compiling bitflags v2.11.1
2026-06-04T14:28:08.4350865Z    Compiling socket2 v0.6.4
2026-06-04T14:28:08.7590807Z    Compiling getrandom v0.4.2
2026-06-04T14:28:08.9480804Z    Compiling mio v1.2.1
2026-06-04T14:28:09.0005701Z    Compiling stable_deref_trait v1.2.1
2026-06-04T14:28:09.2130747Z    Compiling block-buffer v0.10.4
2026-06-04T14:28:09.2678930Z    Compiling slab v0.4.12
2026-06-04T14:28:09.3660732Z    Compiling futures-io v0.3.32
2026-06-04T14:28:09.4750647Z    Compiling futures-sink v0.3.32
2026-06-04T14:28:09.5110704Z    Compiling digest v0.10.7
2026-06-04T14:28:09.5520816Z    Compiling futures-channel v0.3.32
2026-06-04T14:28:09.7240510Z    Compiling futures-task v0.3.32
2026-06-04T14:28:09.8105384Z    Compiling synstructure v0.13.2
2026-06-04T14:28:09.8346724Z    Compiling curve25519-dalek v4.1.3
2026-06-04T14:28:09.9200644Z    Compiling zerocopy v0.8.50
2026-06-04T14:28:10.0720923Z    Compiling rand_core v0.6.4
2026-06-04T14:28:10.2659343Z    Compiling ahash v0.8.12
2026-06-04T14:28:10.3640494Z    Compiling fnv v1.0.7
2026-06-04T14:28:10.4430595Z    Compiling sha2 v0.10.9
2026-06-04T14:28:10.7397199Z    Compiling pkg-config v0.3.33
2026-06-04T14:28:10.9900720Z    Compiling vcpkg v0.2.15
2026-06-04T14:28:11.5500567Z    Compiling autocfg v1.5.1
2026-06-04T14:28:12.0181585Z    Compiling signature v2.2.0
2026-06-04T14:28:12.1110641Z    Compiling ed25519 v2.2.3
2026-06-04T14:28:12.1310607Z    Compiling libsqlite3-sys v0.30.1
2026-06-04T14:28:12.2860593Z    Compiling zmij v1.0.21
2026-06-04T14:28:12.4303015Z    Compiling cfg_aliases v0.2.1
2026-06-04T14:28:12.4788048Z    Compiling fastrand v2.4.1
2026-06-04T14:28:12.6450572Z    Compiling serde_derive v1.0.228
2026-06-04T14:28:12.7550571Z    Compiling zeroize_derive v1.4.3
2026-06-04T14:28:13.4199414Z    Compiling zeroize v1.8.2
2026-06-04T14:28:13.6011639Z    Compiling tokio-macros v2.7.0
2026-06-04T14:28:14.4400991Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-04T14:28:15.1450619Z    Compiling tokio v1.52.3
2026-06-04T14:28:16.9490502Z    Compiling futures-macro v0.3.32
2026-06-04T14:28:18.0040110Z    Compiling zerofrom-derive v0.1.7
2026-06-04T14:28:19.8160939Z    Compiling once_cell v1.21.4
2026-06-04T14:28:19.8714489Z    Compiling zerofrom v0.1.8
2026-06-04T14:28:20.0000584Z    Compiling futures-util v0.3.32
2026-06-04T14:28:20.0900683Z    Compiling yoke-derive v0.8.2
2026-06-04T14:28:21.6500661Z    Compiling yoke v0.8.2
2026-06-04T14:28:21.8900159Z    Compiling zerovec-derive v0.11.3
2026-06-04T14:28:23.5380884Z    Compiling zerovec v0.11.6
2026-06-04T14:28:24.4800341Z    Compiling displaydoc v0.2.6
2026-06-04T14:28:25.0410821Z    Compiling hashbrown v0.14.5
2026-06-04T14:28:25.2620492Z    Compiling tracing-core v0.1.36
2026-06-04T14:28:25.3480676Z    Compiling tinystr v0.8.3
2026-06-04T14:28:25.5820595Z    Compiling tracing-attributes v0.1.31
2026-06-04T14:28:26.0360428Z    Compiling writeable v0.6.3
2026-06-04T14:28:26.1270747Z    Compiling rustversion v1.0.22
2026-06-04T14:28:26.2911169Z    Compiling litemap v0.8.2
2026-06-04T14:28:26.4584114Z    Compiling ed25519-dalek v2.2.0
2026-06-04T14:28:26.5470245Z    Compiling serde_json v1.0.150
2026-06-04T14:28:26.6964678Z    Compiling icu_locale_core v2.2.0
2026-06-04T14:28:26.8560590Z    Compiling hashlink v0.9.1
2026-06-04T14:28:26.8890510Z    Compiling zerotrie v0.2.4
2026-06-04T14:28:27.3217426Z    Compiling potential_utf v0.1.5
2026-06-04T14:28:27.6376918Z    Compiling fallible-iterator v0.3.0
2026-06-04T14:28:27.6513840Z    Compiling tracing v0.1.44
2026-06-04T14:28:27.8621163Z    Compiling utf8_iter v1.0.4
2026-06-04T14:28:27.9986523Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-04T14:28:27.9992550Z    Compiling icu_normalizer_data v2.2.0
2026-06-04T14:28:28.1240634Z    Compiling icu_properties_data v2.2.0
2026-06-04T14:28:28.1640165Z    Compiling rusqlite v0.32.1
2026-06-04T14:28:28.1832355Z    Compiling icu_collections v2.2.0
2026-06-04T14:28:28.2530152Z    Compiling icu_provider v2.2.0
2026-06-04T14:28:28.9456944Z    Compiling spt-proto v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-04T14:28:29.4090648Z    Compiling tokio-util v0.7.18
2026-06-04T14:28:30.1771212Z    Compiling anyhow v1.0.102
2026-06-04T14:28:30.3999724Z    Compiling percent-encoding v2.3.2
2026-06-04T14:28:30.6147740Z    Compiling icu_normalizer v2.2.0
2026-06-04T14:28:30.7826013Z    Compiling icu_properties v2.2.0
2026-06-04T14:28:31.0160931Z    Compiling spt-store v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-04T14:28:31.1390794Z    Compiling ring v0.17.14
2026-06-04T14:28:31.4970756Z    Compiling http v1.4.1
2026-06-04T14:28:31.7470701Z    Compiling cpufeatures v0.3.0
2026-06-04T14:28:31.7962325Z    Compiling strsim v0.11.1
2026-06-04T14:28:32.2462041Z    Compiling thiserror v2.0.18
2026-06-04T14:28:33.1430513Z    Compiling idna_adapter v1.2.2
2026-06-04T14:28:33.1890761Z    Compiling rustls-pki-types v1.14.1
2026-06-04T14:28:33.2390809Z    Compiling thiserror-impl v2.0.18
2026-06-04T14:28:33.8791044Z    Compiling spt-msg v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-04T14:28:34.4718750Z    Compiling idna v1.1.0
2026-06-04T14:28:35.2130696Z    Compiling chacha20 v0.10.0
2026-06-04T14:28:35.4173914Z    Compiling form_urlencoded v1.2.2
2026-06-04T14:28:35.5348135Z    Compiling ipnet v2.12.0
2026-06-04T14:28:35.5412810Z    Compiling ident_case v1.0.1
2026-06-04T14:28:35.5896847Z    Compiling untrusted v0.9.0
2026-06-04T14:28:35.6460661Z    Compiling darling_core v0.20.11
2026-06-04T14:28:36.3250643Z    Compiling url v2.5.8
2026-06-04T14:28:36.3410507Z    Compiling rand v0.10.1
2026-06-04T14:28:37.4560753Z    Compiling scopeguard v1.2.0
2026-06-04T14:28:37.5360187Z    Compiling unicode-segmentation v1.13.3
2026-06-04T14:28:37.6900192Z    Compiling rustls v0.23.40
2026-06-04T14:28:37.8099019Z    Compiling lock_api v0.4.14
2026-06-04T14:28:38.1450493Z    Compiling convert_case v0.10.0
2026-06-04T14:28:38.1697858Z    Compiling rustls-webpki v0.103.13
2026-06-04T14:28:38.5210665Z    Compiling atomic-waker v1.1.2
2026-06-04T14:28:38.6020410Z    Compiling unicode-xid v0.2.6
2026-06-04T14:28:38.7020592Z    Compiling const-oid v0.10.2
2026-06-04T14:28:38.9370711Z    Compiling derive_more-impl v2.1.1
2026-06-04T14:28:39.0081208Z    Compiling httparse v1.10.1
2026-06-04T14:28:39.6850429Z    Compiling rustix v1.1.4
2026-06-04T14:28:40.0450791Z    Compiling darling_macro v0.20.11
2026-06-04T14:28:40.1600746Z    Compiling h2 v0.4.14
2026-06-04T14:28:40.3720856Z    Compiling darling v0.20.11
2026-06-04T14:28:40.4280660Z    Compiling derive_builder_core v0.20.2
2026-06-04T14:28:42.0038746Z    Compiling http-body v1.0.1
2026-06-04T14:28:42.1360396Z    Compiling hybrid-array v0.4.12
2026-06-04T14:28:43.1150631Z    Compiling heck v0.5.0
2026-06-04T14:28:43.3910572Z    Compiling linux-raw-sys v0.12.1
2026-06-04T14:28:43.9620415Z    Compiling powerfmt v0.2.0
2026-06-04T14:28:44.1920663Z    Compiling base64ct v1.8.3
2026-06-04T14:28:44.5800147Z    Compiling paste v1.0.15
2026-06-04T14:28:44.8190878Z    Compiling derive_more v2.1.1
2026-06-04T14:28:44.8250775Z    Compiling pem-rfc7468 v1.0.0
2026-06-04T14:28:44.9770680Z    Compiling deranged v0.5.8
2026-06-04T14:28:47.0295824Z    Compiling derive_builder_macro v0.20.2
2026-06-04T14:28:47.7170636Z    Compiling spez v0.1.2
2026-06-04T14:28:48.0823047Z    Compiling n0-error-macros v0.1.3
2026-06-04T14:28:48.2967342Z    Compiling memoffset v0.6.5
2026-06-04T14:28:48.4270760Z    Compiling num-traits v0.2.19
2026-06-04T14:28:48.5326838Z    Compiling thiserror v1.0.69
2026-06-04T14:28:48.5580902Z    Compiling tower-service v0.3.3
2026-06-04T14:28:48.6200526Z    Compiling tinyvec_macros v0.1.1
2026-06-04T14:28:48.6591931Z    Compiling parking_lot_core v0.9.12
2026-06-04T14:28:48.7770925Z    Compiling num-conv v0.2.2
2026-06-04T14:28:48.8260705Z    Compiling data-encoding v2.11.0
2026-06-04T14:28:48.9648299Z    Compiling time-core v0.1.8
2026-06-04T14:28:48.9844482Z    Compiling try-lock v0.2.5
2026-06-04T14:28:49.0580849Z    Compiling base64 v0.22.1
2026-06-04T14:28:49.1400544Z    Compiling want v0.3.1
2026-06-04T14:28:49.3173711Z    Compiling n0-error v0.1.3
2026-06-04T14:28:49.3690420Z    Compiling tinyvec v1.11.0
2026-06-04T14:28:49.6765566Z    Compiling tempfile v3.27.0
2026-06-04T14:28:49.6981737Z    Compiling derive_builder v0.20.2
2026-06-04T14:28:49.7790361Z    Compiling der v0.8.0-rc.10
2026-06-04T14:28:50.0140645Z    Compiling crypto-common v0.2.2
2026-06-04T14:28:50.2560349Z    Compiling block-buffer v0.12.0
2026-06-04T14:28:50.4210691Z    Compiling vergen-lib v9.1.0
2026-06-04T14:28:50.5410928Z    Compiling thiserror-impl v1.0.69
2026-06-04T14:28:50.5606800Z    Compiling pin-project-internal v1.1.13
2026-06-04T14:28:51.8120661Z    Compiling n0-future v0.3.2
2026-06-04T14:28:52.0050832Z    Compiling inout v0.1.4
2026-06-04T14:28:52.1111516Z    Compiling ioctl-rs v0.1.6
2026-06-04T14:28:52.1270979Z    Compiling serial-core v0.4.0
2026-06-04T14:28:52.1520664Z    Compiling termios v0.2.2
2026-06-04T14:28:52.1908272Z    Compiling crossbeam-utils v0.8.21
2026-06-04T14:28:52.2720242Z    Compiling spin v0.10.0
2026-06-04T14:28:52.3330594Z    Compiling cordyceps v0.3.4
2026-06-04T14:28:52.3660564Z    Compiling winnow v1.0.3
2026-06-04T14:28:52.4430381Z    Compiling parking v2.2.1
2026-06-04T14:28:52.5890346Z    Compiling diatomic-waker v0.2.3
2026-06-04T14:28:52.6961307Z    Compiling httpdate v1.0.3
2026-06-04T14:28:52.7513868Z    Compiling futures-buffered v0.2.13
2026-06-04T14:28:52.7580111Z    Compiling futures-lite v2.6.1
2026-06-04T14:28:52.9444159Z    Compiling hyper v1.10.1
2026-06-04T14:28:53.3250823Z    Compiling serial-unix v0.4.0
2026-06-04T14:28:53.5246981Z    Compiling pin-project v1.1.13
2026-06-04T14:28:53.5880598Z    Compiling cipher v0.4.4
2026-06-04T14:28:53.8970661Z    Compiling spki v0.8.0-rc.4
2026-06-04T14:28:54.1110890Z    Compiling digest v0.11.3
2026-06-04T14:28:54.1201232Z    Compiling netlink-packet-core v0.8.1
2026-06-04T14:28:54.5830983Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-04T14:28:54.9285966Z    Compiling tokio-rustls v0.26.4
2026-06-04T14:28:55.3244599Z    Compiling vergen-lib v0.1.6
2026-06-04T14:28:55.4440813Z    Compiling vergen v9.1.0
2026-06-04T14:28:55.5670630Z    Compiling noq-udp v0.10.0
2026-06-04T14:28:55.5845731Z    Compiling sync_wrapper v1.0.2
2026-06-04T14:28:55.6409512Z    Compiling universal-hash v0.5.1
2026-06-04T14:28:55.6830697Z    Compiling heapless v0.7.17
2026-06-04T14:28:55.7517486Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-04T14:28:55.8541898Z    Compiling aho-corasick v1.1.4
2026-06-04T14:28:55.9260733Z    Compiling either v1.16.0
2026-06-04T14:28:55.9400436Z    Compiling regex-syntax v0.8.10
2026-06-04T14:28:55.9800654Z    Compiling opaque-debug v0.3.1
2026-06-04T14:28:56.0330339Z    Compiling pin-utils v0.1.0
2026-06-04T14:28:56.0750581Z    Compiling bitflags v1.3.2
2026-06-04T14:28:56.1200440Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-04T14:28:56.2220540Z    Compiling byteorder v1.5.0
2026-06-04T14:28:56.4360598Z    Compiling hash32 v0.2.1
2026-06-04T14:28:56.4497050Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-04T14:28:56.6422098Z    Compiling prefix-trie v0.8.4
2026-06-04T14:28:57.6960936Z    Compiling nix v0.25.1
2026-06-04T14:28:58.3010562Z    Compiling polyval v0.6.2
2026-06-04T14:28:58.6430228Z    Compiling hyper-util v0.1.20
2026-06-04T14:28:59.0310554Z    Compiling regex-automata v0.4.14
2026-06-04T14:29:00.2180306Z    Compiling parking_lot v0.12.5
2026-06-04T14:29:01.3510776Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-04T14:29:01.6090563Z    Compiling serial v0.4.0
2026-06-04T14:29:01.6601568Z    Compiling filedescriptor v0.8.3
2026-06-04T14:29:02.4390633Z    Compiling spin v0.9.8
2026-06-04T14:29:02.6870666Z    Compiling vergen-gitcl v1.0.8
2026-06-04T14:29:02.8110869Z    Compiling futures-executor v0.3.32
2026-06-04T14:29:03.1160917Z    Compiling serde_spanned v0.6.9
2026-06-04T14:29:03.2340805Z    Compiling toml_datetime v0.6.11
2026-06-04T14:29:03.4340929Z    Compiling num_threads v0.1.7
2026-06-04T14:29:03.5561926Z    Compiling tower-layer v0.3.3
2026-06-04T14:29:03.5720668Z    Compiling downcast-rs v1.2.1
2026-06-04T14:29:03.5860684Z    Compiling shell-words v1.1.1
2026-06-04T14:29:03.7102317Z    Compiling signature v3.0.0
2026-06-04T14:29:03.7470537Z    Compiling toml_write v0.1.2
2026-06-04T14:29:03.8270642Z    Compiling winnow v0.7.15
2026-06-04T14:29:03.9780707Z    Compiling ed25519 v3.0.0-rc.4
2026-06-04T14:29:04.4090385Z    Compiling portable-pty v0.8.1
2026-06-04T14:29:04.5730804Z    Compiling time v0.3.47
2026-06-04T14:29:04.7260714Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-04T14:29:05.1900496Z    Compiling futures v0.3.32
2026-06-04T14:29:05.3950788Z    Compiling regex v1.12.3
2026-06-04T14:29:06.7550306Z    Compiling ghash v0.5.1
2026-06-04T14:29:06.8426916Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-04T14:29:07.0480718Z    Compiling toml_edit v0.22.27
2026-06-04T14:29:07.7610450Z    Compiling proc-macro-crate v3.5.0
2026-06-04T14:29:08.5130732Z    Compiling sha2 v0.11.0-rc.5
2026-06-04T14:29:08.9340686Z    Compiling ctr v0.9.2
2026-06-04T14:29:09.1302856Z    Compiling aes v0.8.4
2026-06-04T14:29:10.0181151Z    Compiling http-body-util v0.1.3
2026-06-04T14:29:10.0230164Z    Compiling cobs v0.3.0
2026-06-04T14:29:10.2201105Z    Compiling netlink-sys v0.8.8
2026-06-04T14:29:10.3761207Z    Compiling postcard-derive v0.2.2
2026-06-04T14:29:10.5221146Z    Compiling aead v0.5.2
2026-06-04T14:29:10.6315999Z    Compiling openssl-probe v0.2.1
2026-06-04T14:29:10.7850586Z    Compiling rustls-native-certs v0.8.4
2026-06-04T14:29:11.0552641Z    Compiling postcard v1.1.3
2026-06-04T14:29:11.1700664Z    Compiling aes-gcm v0.10.3
2026-06-04T14:29:11.3480688Z    Compiling toml v0.8.23
2026-06-04T14:29:11.6240699Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-04T14:29:12.0500528Z    Compiling num_enum_derive v0.7.6
2026-06-04T14:29:12.4410771Z    Compiling data-encoding-macro v0.1.20
2026-06-04T14:29:12.4954859Z    Compiling tower v0.5.3
2026-06-04T14:29:12.6344043Z    Compiling crossbeam-channel v0.5.15
2026-06-04T14:29:13.0471433Z    Compiling crossbeam-epoch v0.9.18
2026-06-04T14:29:13.3386850Z    Compiling netlink-packet-route v0.29.0
2026-06-04T14:29:13.3565794Z    Compiling iroh-metrics-derive v0.4.1
2026-06-04T14:29:13.4370550Z    Compiling strum_macros v0.28.0
2026-06-04T14:29:13.5190808Z    Compiling async-trait v0.1.89
2026-06-04T14:29:13.8500662Z    Compiling enum-assoc v1.3.0
2026-06-04T14:29:14.7726271Z    Compiling netwatch v0.16.0
2026-06-04T14:29:14.8572106Z    Compiling noq v0.18.0
2026-06-04T14:29:14.9910788Z    Compiling uuid v1.23.2
2026-06-04T14:29:15.0581416Z    Compiling blake3 v1.8.5
2026-06-04T14:29:15.3520402Z    Compiling acto v0.8.2
2026-06-04T14:29:15.4853725Z    Compiling ryu v1.0.23
2026-06-04T14:29:15.5710593Z    Compiling xml-rs v0.8.28
2026-06-04T14:29:15.6890604Z    Compiling identity-hash v0.1.0
2026-06-04T14:29:15.7800921Z    Compiling mac-addr v0.3.0
2026-06-04T14:29:15.9610407Z    Compiling foldhash v0.2.0
2026-06-04T14:29:16.1376804Z    Compiling lru-slab v0.1.2
2026-06-04T14:29:16.2580630Z    Compiling rustc-hash v2.1.2
2026-06-04T14:29:16.3566055Z    Compiling allocator-api2 v0.2.21
2026-06-04T14:29:16.8787473Z    Compiling sorted-index-buffer v0.2.1
2026-06-04T14:29:16.9033331Z    Compiling tagptr v0.2.0
2026-06-04T14:29:17.0370307Z    Compiling noq-proto v0.17.0
2026-06-04T14:29:17.0640592Z    Compiling moka v0.12.15
2026-06-04T14:29:17.1660750Z    Compiling strum v0.28.0
2026-06-04T14:29:17.2540758Z    Compiling hashbrown v0.16.1
2026-06-04T14:29:18.3300311Z    Compiling xmltree v0.10.3
2026-06-04T14:29:18.5440890Z    Compiling iroh-metrics v0.38.3
2026-06-04T14:29:18.9840962Z    Compiling hickory-net v0.26.0-beta.4
2026-06-04T14:29:19.8061925Z    Compiling num_enum v0.7.6
2026-06-04T14:29:19.8890675Z    Compiling tower-http v0.6.11
2026-06-04T14:29:20.4611307Z    Compiling iroh-relay v0.98.0
2026-06-04T14:29:20.7160784Z    Compiling iroh-base v0.98.0
2026-06-04T14:29:21.5139006Z    Compiling netdev v0.42.0
2026-06-04T14:29:22.0121284Z    Compiling rustls-platform-verifier v0.7.0
2026-06-04T14:29:22.2160976Z    Compiling netlink-proto v0.12.0
2026-06-04T14:29:22.5330975Z    Compiling spt-term v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-04T14:29:22.7263761Z    Compiling n0-watcher v0.6.1
2026-06-04T14:29:23.0240493Z    Compiling hyper-rustls v0.27.9
2026-06-04T14:29:23.3270872Z    Compiling netlink-packet-route v0.30.0
2026-06-04T14:29:24.3520523Z    Compiling attohttpc v0.30.1
2026-06-04T14:29:25.2804240Z    Compiling tokio-stream v0.1.18
2026-06-04T14:29:25.8031296Z    Compiling simple-dns v0.9.3
2026-06-04T14:29:26.0370632Z    Compiling resolv-conf v0.7.6
2026-06-04T14:29:26.4900313Z    Compiling constant_time_eq v0.4.2
2026-06-04T14:29:26.6510394Z    Compiling smol_str v0.1.24
2026-06-04T14:29:26.8610413Z    Compiling arrayref v0.3.9
2026-06-04T14:29:26.9070631Z    Compiling sha1_smol v1.0.1
2026-06-04T14:29:27.1340851Z    Compiling arrayvec v0.7.6
2026-06-04T14:29:27.4054533Z    Compiling simdutf8 v0.1.5
2026-06-04T14:29:27.7098862Z    Compiling tokio-websockets v0.13.2
2026-06-04T14:29:28.3176593Z    Compiling iroh-dns v0.98.0
2026-06-04T14:29:29.4520629Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-04T14:29:30.4980404Z    Compiling igd-next v0.17.1
2026-06-04T14:29:33.2740874Z    Compiling reqwest v0.13.4
2026-06-04T14:29:34.3010411Z    Compiling lru v0.16.4
2026-06-04T14:29:34.5186538Z    Compiling spt-runtime v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-04T14:29:34.8060996Z    Compiling webpki-roots v1.0.7
2026-06-04T14:29:34.9151079Z    Compiling iroh v0.98.2
2026-06-04T14:29:35.1390838Z    Compiling hmac v0.12.1
2026-06-04T14:29:35.2683103Z    Compiling serde_bytes v0.11.19
2026-06-04T14:29:35.5450608Z    Compiling seize v0.5.1
2026-06-04T14:29:35.9479318Z    Compiling cmov v0.5.4
2026-06-04T14:29:35.9798763Z    Compiling papaya v0.2.4
2026-06-04T14:29:36.2721508Z    Compiling ctutils v0.4.2
2026-06-04T14:29:36.5930895Z    Compiling hkdf v0.12.4
2026-06-04T14:29:36.6390529Z    Compiling portmapper v0.16.0
2026-06-04T14:29:36.7250732Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-04T14:29:38.9940556Z    Compiling backon v1.6.0
2026-06-04T14:29:39.2750701Z    Compiling spake2 v0.4.0
2026-06-04T14:29:39.6140691Z    Compiling sha1 v0.10.6
2026-06-04T14:29:39.8840973Z    Compiling doctest-file v1.1.1
2026-06-04T14:29:40.3667500Z    Compiling interprocess v2.4.2
2026-06-04T14:29:41.0591212Z    Compiling spt-live v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-04T14:29:41.1822975Z    Compiling utf8parse v0.2.2
2026-06-04T14:29:41.2670666Z    Compiling anstyle-parse v1.0.0
2026-06-04T14:29:41.3337291Z    Compiling is_terminal_polyfill v1.70.2
2026-06-04T14:29:41.3934009Z    Compiling anstyle-query v1.1.5
2026-06-04T14:29:41.4620668Z    Compiling anstyle v1.0.14
2026-06-04T14:29:41.4679603Z    Compiling colorchoice v1.0.5
2026-06-04T14:29:41.5530581Z    Compiling clap_lex v1.1.0
2026-06-04T14:29:41.7450681Z    Compiling anstream v1.0.0
2026-06-04T14:29:41.8050645Z    Compiling clap_derive v4.6.1
2026-06-04T14:29:41.9701132Z    Compiling mock-adapter v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-04T14:29:42.1500783Z    Compiling clap_builder v4.6.0
2026-06-04T14:29:46.0160657Z    Compiling clap v4.6.1
2026-06-04T14:30:01.8350501Z    Compiling spt-net v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-04T14:30:03.7833404Z    Compiling spt-daemon v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-04T14:30:13.0090052Z    Compiling spt v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-04T14:30:50.2608302Z     Finished `dev` profile [unoptimized] target(s) in 2m 49s
2026-06-04T14:30:50.3225236Z ##[group]Run cargo test --workspace
2026-06-04T14:30:50.3225804Z [36;1mcargo test --workspace[0m
2026-06-04T14:30:50.3246182Z shell: /usr/bin/bash -e {0}
2026-06-04T14:30:50.3246625Z ##[endgroup]
2026-06-04T14:30:50.8968311Z     Finished `test` profile [unoptimized] target(s) in 0.37s
2026-06-04T14:30:50.9284835Z      Running unittests src/main.rs (target/debug/deps/mock_session-2d800d14bd17df09)
2026-06-04T14:30:50.9298642Z 
2026-06-04T14:30:50.9298955Z running 0 tests
2026-06-04T14:30:50.9299528Z 
2026-06-04T14:30:50.9299947Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:30:50.9300661Z 
2026-06-04T14:30:50.9308759Z      Running tests/manifest_valid.rs (target/debug/deps/manifest_valid-871e64e47d5a7661)
2026-06-04T14:30:50.9321618Z 
2026-06-04T14:30:50.9321856Z running 3 tests
2026-06-04T14:30:50.9342918Z test mock_has_no_claude_code_conventions ... ok
2026-06-04T14:30:50.9343664Z test mock_declares_commune_signoff_as_filedrops ... ok
2026-06-04T14:30:50.9344280Z test mock_manifest_parses_and_validates ... ok
2026-06-04T14:30:50.9344626Z 
2026-06-04T14:30:50.9345051Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:30:50.9345619Z 
2026-06-04T14:30:50.9346541Z      Running unittests src/main.rs (target/debug/deps/spt-e64c574f72075d22)
2026-06-04T14:30:50.9384436Z 
2026-06-04T14:30:50.9384848Z running 63 tests
2026-06-04T14:30:50.9404406Z test api::auth::tests::missing_endpoint_is_no_endpoint ... ok
2026-06-04T14:30:50.9406380Z test api::auth::tests::mints_distinct_nonempty_tokens ... ok
2026-06-04T14:30:50.9407296Z test api::auth::tests::no_proof_is_refused ... ok
2026-06-04T14:30:50.9408213Z test api::auth::tests::session_id_proof_authenticates ... ok
2026-06-04T14:30:50.9410415Z test api::auth::tests::token_proof_authenticates ... ok
2026-06-04T14:30:50.9415881Z test api::auth::tests::wrong_token_and_wrong_session_refused ... ok
2026-06-04T14:30:50.9418672Z test api::delivery::tests::echo_gate_explicit_toggle ... ok
2026-06-04T14:30:50.9420991Z test api::delivery::tests::inject_all_pty_falls_back_to_hook ... ok
2026-06-04T14:30:50.9425638Z test api::delivery::tests::idle_busy_transitions_manage_sentinels ... ok
2026-06-04T14:30:50.9426759Z test api::delivery::tests::idle_no_gate_does_not_arm_gate ... ok
2026-06-04T14:30:50.9428337Z test api::delivery::tests::inject_resolution_drops_pty_defaults_hook ... ok
2026-06-04T14:31:02.1000371Z test api::delivery::tests::poll_drains_non_deferred_by_default ... ok
2026-06-04T14:31:02.1004895Z test api::reporting::tests::capability_lists_hostable_types ... ok
2026-06-04T14:31:02.2124444Z test api::reporting::tests::boundary_missing_perch_refused ... ok
2026-06-04T14:31:02.2125631Z test api::reporting::tests::boundary_resurfaces_undismissed_notifs ... ok
2026-06-04T14:31:02.2128420Z test api::reporting::tests::filedrops_are_fixed_named_files ... ok
2026-06-04T14:31:02.2129666Z test api::reporting::tests::env_aliases_resolved_from_manifest ... ok
2026-06-04T14:31:02.2234051Z test api::reporting::tests::boundary_rebinds_keeping_anchor ... ok
2026-06-04T14:31:02.2238900Z test api::reporting::tests::driven_by_reads_daemon_marker ... ok
2026-06-04T14:31:02.2255378Z test api::reporting::tests::history_log_appends ... ok
2026-06-04T14:31:02.2256241Z test api::reporting::tests::presence_records_endpoint ... ok
2026-06-04T14:31:02.2257299Z test api::reporting::tests::session_end_erase_refused_with_live_children ... ok
2026-06-04T14:31:02.2660728Z test api::reporting::tests::session_end_erase_wipes_childless_perch ... ok
2026-06-04T14:31:02.2720973Z test api::startup::tests::empty_session_seed_refused ... ok
2026-06-04T14:31:02.2826881Z test api::reporting::tests::session_end_soft_preserves_state ... ok
2026-06-04T14:31:02.2925718Z test api::startup::tests::bind_assigns_home_and_revive_preserves_it ... ok
2026-06-04T14:31:02.2990030Z test api::startup::tests::live_perch_under_other_session_conflicts ... ok
2026-06-04T14:31:02.3048426Z test api::startup::tests::missing_seed_refused ... ok
2026-06-04T14:31:02.3589451Z test api::startup::tests::post_spawn_bind_establishes_perch ... ok
2026-06-04T14:31:02.3601439Z test api::tests::adapter_is_required ... ok
2026-06-04T14:31:02.3613766Z test api::tests::state_value_is_validated ... ok
2026-06-04T14:31:02.3648884Z test api::tests::surface_parses ... ok
2026-06-04T14:31:02.3723256Z test api::startup::tests::rebind_same_session_ok ... ok
2026-06-04T14:31:02.3780786Z test api::startup::tests::stale_seed_with_dead_anchor_refused ... ok
2026-06-04T14:31:02.3846467Z test api::startup::tests::valid_seed_binds_live_perch ... ok
2026-06-04T14:31:02.3855323Z test api::worker::tests::cascade_guard_tracks_live_children ... ok
2026-06-04T14:31:02.3870024Z test api::worker::tests::guard_clears_only_when_all_children_stopped ... ok
2026-06-04T14:31:02.3872947Z test cli::tests::create_new_existing_name_is_usage_error ... ok
2026-06-04T14:31:02.3878501Z test cli::tests::create_new_mints_shows_and_requests_save ... ok
2026-06-04T14:31:02.3889403Z test cli::tests::digest_flag_defaults ... ok
2026-06-04T14:31:02.3891449Z test cli::tests::empty_store_no_flag_guides_to_pair_or_create ... ok
2026-06-04T14:31:02.3900002Z test cli::tests::access_subcommands_parse ... ok
2026-06-04T14:31:02.3917002Z test cli::tests::invalid_usage_errors ... ok
2026-06-04T14:31:02.3924131Z test cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it ... ok
2026-06-04T14:31:02.3927539Z test cli::tests::not_elevated_refuses_without_leaking_code_or_saving ... ok
2026-06-04T14:31:02.3933720Z test cli::tests::notif_subnet_resolution_never_guesses ... ok
2026-06-04T14:31:02.3969701Z test cli::tests::notify_surface_parses ... ok
2026-06-04T14:31:02.3994150Z test cli::tests::pair_show_totp_arg_shapes_parse ... ok
2026-06-04T14:31:02.4005527Z test cli::tests::pair_show_totp_subnet_and_create_new_conflict ... ok
2026-06-04T14:31:02.4015659Z test cli::tests::ring_timeout_defaults ... ok
2026-06-04T14:31:02.4026625Z test cli::tests::send_target_optional_with_reply_to ... ok
2026-06-04T14:31:02.4031232Z test cli::tests::single_subnet_auto_selects_and_code_matches_seed ... ok
2026-06-04T14:31:02.4159882Z test cli::tests::subcommands_parse ... ok
2026-06-04T14:31:02.4163341Z test cli::tests::unknown_elevation_falls_back ... ok
2026-06-04T14:31:02.4166358Z test cli::tests::unknown_named_subnet_is_usage_error ... ok
2026-06-04T14:31:02.4167372Z test elevation::tests::current_returns_a_determinate_level_on_supported_platforms ... ok
2026-06-04T14:31:02.4168390Z test elevation::tests::fallback_message_names_authenticator_app_and_subnet ... ok
2026-06-04T14:31:02.4169382Z test elevation::tests::gate_shows_only_when_confirmed_elevated ... ok
2026-06-04T14:31:02.4176062Z test wansend::tests::load_snapshots_degrades_on_junk ... ok
2026-06-04T14:31:02.4779589Z test api::worker::tests::worker_poll_drains_spool ... ok
2026-06-04T14:31:02.4783009Z test api::worker::tests::worker_start_nests_under_parent ... ok
2026-06-04T14:31:02.9435028Z test cli::tests::fork_forks_homes_and_deletes_exactly_the_source ... ok
2026-06-04T14:31:03.0738778Z test wansend::tests::wan_send_ships_to_the_resolved_node ... ok
2026-06-04T14:31:03.0739728Z 
2026-06-04T14:31:03.0741378Z test result: ok. 63 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.14s
2026-06-04T14:31:03.0741996Z 
2026-06-04T14:31:03.0781889Z      Running tests/contract_e2e.rs (target/debug/deps/contract_e2e-abcb34bffb33a342)
2026-06-04T14:31:03.0798727Z 
2026-06-04T14:31:03.0799248Z running 4 tests
2026-06-04T14:31:03.0945507Z SEEDED:1038540
2026-06-04T14:31:03.6163486Z test live_agent_lifecycle_e2e ... ok
2026-06-04T14:31:03.7277385Z test mock_adapter_drives_the_full_contract ... ok
2026-06-04T14:31:04.0876434Z test cold_api_call_autostarts_daemon_and_handoff_is_in_memory ... ok
2026-06-04T14:31:04.1194039Z SEEDED:1038540
2026-06-04T14:31:04.4294640Z test seed_then_listen_binds_and_relays ... ok
2026-06-04T14:31:04.4295242Z 
2026-06-04T14:31:04.4296412Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.35s
2026-06-04T14:31:04.4297045Z 
2026-06-04T14:31:04.4301015Z      Running unittests src/lib.rs (target/debug/deps/spt_daemon-913ce81a7026b131)
2026-06-04T14:31:04.4339555Z 
2026-06-04T14:31:04.4339969Z running 133 tests
2026-06-04T14:31:04.4345120Z test adapter_update::tests::delegated_attested_delegates_command ... ok
2026-06-04T14:31:04.4346012Z test adapter_update::tests::delegated_unattested_is_skipped ... ok
2026-06-04T14:31:04.4355983Z test access::tests::same_node_always_passes_without_minting ... ok
2026-06-04T14:31:04.4358584Z test adapter_update::tests::file_pull_tampered_bytes_rejected ... ok
2026-06-04T14:31:04.4362891Z test adapter_update::tests::file_pull_without_payload_is_skipped ... ok
2026-06-04T14:31:04.4371889Z test adapter_update::tests::file_pull_verified_against_adapter_key ... ok
2026-06-04T14:31:04.4373417Z test access::tests::reply_passes_where_unsolicited_refused ... ok
2026-06-04T14:31:04.4375122Z test codec::tests::back_to_back_frames_decode_independently ... ok
2026-06-04T14:31:04.4387427Z test codec::tests::frame_round_trips_through_buffer ... ok
2026-06-04T14:31:04.4392536Z test codec::tests::oversized_prefix_rejected ... ok
2026-06-04T14:31:04.4393703Z test config::tests::auto_suspend_knob_is_opt_in_default_off ... ok
2026-06-04T14:31:04.4394795Z test adapter_update::tests::file_pull_wrong_key_rejected ... ok
2026-06-04T14:31:04.4395835Z test adapter_update::tests::ripple_conducts_each_adapter_in_order ... ok
2026-06-04T14:31:04.4396939Z test access::tests::gate_decision_table ... ok
2026-06-04T14:31:04.4397899Z test config::tests::full_auto_update_is_gated_by_default ... ok
2026-06-04T14:31:04.4410691Z test config::tests::malformed_file_degrades_to_default ... ok
2026-06-04T14:31:04.4411380Z test config::tests::missing_file_is_default ... ok
2026-06-04T14:31:04.4412054Z test config::tests::pulse_period_is_config_driven ... ok
2026-06-04T14:31:04.4412725Z test config::tests::crash_grace_is_config_driven ... ok
2026-06-04T14:31:04.4413404Z test config::tests::save_load_roundtrip ... ok
2026-06-04T14:31:04.4414073Z test config::tests::relay_choice_is_config_driven ... ok
2026-06-04T14:31:04.4414779Z test consent::tests::decide_honors_full_auto_flag ... ok
2026-06-04T14:31:04.4416065Z test consent::tests::no_live_session_resolves_to_none ... ok
2026-06-04T14:31:04.4416905Z test consent::tests::resolves_most_recently_active_live_session ... ok
2026-06-04T14:31:04.4444308Z test digest::tests::from_manifest_feeds_and_snapshots ... ok
2026-06-04T14:31:04.4445257Z test digest::tests::active_turn_growth_is_a_tail_delta ... ok
2026-06-04T14:31:04.4450954Z test digest::tests::applying_deltas_reconstructs_snapshot ... ok
2026-06-04T14:31:04.4471533Z test daemon::tests::is_running_tracks_the_seed_channel ... ok
2026-06-04T14:31:04.4472405Z test digest::tests::persistence_off_surfaces_nothing ... ok
2026-06-04T14:31:04.4473273Z test digest::tests::persistence_reports_each_completed_turn_once ... ok
2026-06-04T14:31:04.4489891Z test digesthub::tests::publish_then_snapshot_reads_latest ... ok
2026-06-04T14:31:04.4500154Z test digesthub::tests::render_is_glanceable ... ok
2026-06-04T14:31:04.4500919Z test digest::tests::tool_sprint_is_structured_in_the_turn ... ok
2026-06-04T14:31:04.4501774Z test digest::tests::unchanged_feed_emits_no_delta ... ok
2026-06-04T14:31:04.4502417Z test digest::tests::window_slide_resends_from_zero ... ok
2026-06-04T14:31:04.4503117Z test digesthub::tests::subscribe_returns_current_base ... ok
2026-06-04T14:31:04.4504142Z test digesthub::tests::subscriber_receives_changes_then_is_pruned ... ok
2026-06-04T14:31:04.4504958Z test dispatch::tests::unknown_shapes_refuse_classification ... ok
2026-06-04T14:31:04.4505763Z test dispatch::tests::classifies_every_family_by_first_line_shape ... ok
2026-06-04T14:31:04.4568176Z test effect::tests::open_creates_missing_parent_dirs ... ok
2026-06-04T14:31:04.4578842Z test effect::tests::applied_set_survives_reopen ... ok
2026-06-04T14:31:04.4581789Z test frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer ... ok
2026-06-04T14:31:04.4582792Z test frame::tests::handshake_accepts_newer_brain_on_older_broker ... ok
2026-06-04T14:31:04.4583522Z test frame::tests::handshake_rejects_below_floor ... ok
2026-06-04T14:31:04.4584174Z test frame::tests::handshake_rejects_role_mismatch ... ok
2026-06-04T14:31:04.4584864Z test frame::tests::unknown_kind_is_not_a_decode_error ... ok
2026-06-04T14:31:04.4615194Z test effect::tests::failed_effect_is_not_recorded_applied ... ok
2026-06-04T14:31:04.4972324Z test effect::tests::second_apply_for_same_key_is_deduped ... ok
2026-06-04T14:31:04.5115412Z test lifecycle::tests::crash_signoff_spares_recovered_self ... ok
2026-06-04T14:31:04.5259105Z test effect::tests::gauntlet_is_exactly_once_across_brain_crashes ... ok
2026-06-04T14:31:04.5647610Z test lifecycle::tests::crash_signoff_tears_down_when_still_gone ... ok
2026-06-04T14:31:04.5918770Z test lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid ... ok
2026-06-04T14:31:04.6152975Z test lifecycle::tests::harness_owner_gone_anchors_on_parent_pid ... ok
2026-06-04T14:31:04.6691758Z test lifecycle::tests::orphan_watch_fires_on_dead_owner ... ok
2026-06-04T14:31:04.6915600Z test lifecycle::tests::orphan_watch_honors_stop_for_live_owner ... ok
2026-06-04T14:31:04.7447066Z test lifecycle::tests::pulse_loop_is_config_paced_and_killable ... ok
2026-06-04T14:31:04.7448999Z test msg::tests::bytes_round_trip_through_payload ... ok
2026-06-04T14:31:04.7452352Z test msg::tests::net_frames_round_trip_and_tolerate_unknown_fields ... ok
2026-06-04T14:31:04.7453854Z test msg::tests::output_envelope_round_trips ... ok
2026-06-04T14:31:04.7454987Z test msg::tests::presence_event_round_trips_and_tolerates_future_kind ... ok
2026-06-04T14:31:04.7456482Z test msg::tests::spawn_req_tolerates_unknown_field ... ok
2026-06-04T14:31:04.7615595Z test lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state ... ok
2026-06-04T14:31:04.7622905Z test nethost::tests::host_binds_endpoint_to_node_identity ... ok
2026-06-04T14:31:04.7918317Z test nethost::tests::two_hosts_dial_over_loopback ... ok
2026-06-04T14:31:04.9134633Z test lifecycle::tests::pulse_tick_ingests_drop ... ok
2026-06-04T14:31:05.0864974Z test lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces ... ok
2026-06-04T14:31:05.2149342Z test notif::tests::consent_decision_produces_notif_only_when_gated ... ok
2026-06-04T14:31:05.3654246Z test notif::tests::first_fire_reaches_most_recent_visible_endpoint ... ok
2026-06-04T14:31:05.3868137Z test notif::tests::notif_command_renders_all_keys_and_is_opt_in ... ok
2026-06-04T14:31:05.4346102Z test notif::tests::hidden_endpoint_boundary_surfaces_nothing ... ok
2026-06-04T14:31:05.5645573Z test notif::tests::hidden_endpoint_is_never_the_target ... ok
2026-06-04T14:31:05.6235433Z test notif::tests::no_live_endpoint_is_a_typed_no_target ... ok
2026-06-04T14:31:05.7481853Z test notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed ... ok
2026-06-04T14:31:05.8079002Z test notifsync::tests::feed_converges_two_stores_and_dismiss_replicates ... ok
2026-06-04T14:31:05.9080843Z test notifsync::tests::non_member_subnet_record_never_materializes ... ok
2026-06-04T14:31:05.9706576Z test notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped ... ok
2026-06-04T14:31:05.9865562Z test notif::tests::resurface_delivers_undismissed_with_gates ... ok
2026-06-04T14:31:06.1628926Z test notif::tests::suppression_window_holds_cross_endpoint ... ok
2026-06-04T14:31:06.2501363Z test psyrelay::tests::empty_and_oversize_bodies_drop_typed ... ok
2026-06-04T14:31:06.3921890Z test psyrelay::tests::notify_reaches_own_user_only ... ok
2026-06-04T14:31:06.4780452Z test psyrelay::tests::notify_without_live_endpoint_is_pending ... ok
2026-06-04T14:31:06.5280691Z test psyrelay::tests::null_stdout_driver_fails_the_guard ... ok
2026-06-04T14:31:06.6131785Z test psyrelay::tests::prose_only_relays_nothing ... ok
2026-06-04T14:31:06.6132642Z test reconcile::tests::active_node_wins ... ok
2026-06-04T14:31:06.6142047Z test reconcile::tests::double_active_tiebreaks_deterministically ... ok
2026-06-04T14:31:06.6142938Z test reconcile::tests::fallback_lowest_non_offline ... ok
2026-06-04T14:31:06.6143569Z test reconcile::tests::no_rows_reconciles_locally ... ok
2026-06-04T14:31:06.7351703Z test psyrelay::tests::reply_relays_to_inbound_sender ... ok
2026-06-04T14:31:06.8120629Z test psyrelay::tests::reply_without_target_is_dropped ... ok
2026-06-04T14:31:06.9470051Z test psyrelay::tests::spoofed_routing_is_stripped_and_restamped ... ok
2026-06-04T14:31:06.9488664Z test registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active ... ok
2026-06-04T14:31:06.9495008Z test registryhost::tests::apply_feed_gates_and_merges_under_the_lease ... ok
2026-06-04T14:31:06.9515360Z test registryhost::tests::advertise_local_scans_and_respects_visibility ... ok
2026-06-04T14:31:06.9526877Z test registryhost::tests::advertisement_carries_both_authored_blurb ... ok
2026-06-04T14:31:06.9534210Z test relcache::tests::stage_round_trips_and_restage_replaces ... ok
2026-06-04T14:31:06.9541802Z test relcache::tests::torn_or_corrupt_stage_offers_nothing ... ok
2026-06-04T14:31:06.9553763Z test release::tests::artifact_digest_mismatch_is_rejected ... ok
2026-06-04T14:31:06.9565421Z test registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped ... ok
2026-06-04T14:31:06.9571908Z test release::tests::channel_mismatch_is_rejected ... ok
2026-06-04T14:31:06.9572514Z test release::tests::hex_roundtrips ... ok
2026-06-04T14:31:06.9576322Z test release::tests::expired_metadata_is_rejected ... ok
2026-06-04T14:31:06.9594606Z test release::tests::non_monotonic_version_is_rollback ... ok
2026-06-04T14:31:06.9601803Z test release::tests::revoked_key_is_rejected ... ok
2026-06-04T14:31:06.9602977Z test release::tests::production_policy_loads_fail_closed ... ok
2026-06-04T14:31:06.9612673Z test release::tests::tampered_metadata_fails_signature ... ok
2026-06-04T14:31:06.9628254Z test release::tests::untrusted_key_is_unknown ... ok
2026-06-04T14:31:06.9629600Z test release::tests::valid_release_verifies_and_artifact_matches ... ok
2026-06-04T14:31:06.9633283Z test resting::tests::apply_event_echo_failure_is_loud_but_state_persists ... ok
2026-06-04T14:31:06.9919795Z test resting::tests::apply_event_auto_suspends_under_the_resolved_chain ... ok
2026-06-04T14:31:06.9922221Z test resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in ... ok
2026-06-04T14:31:06.9926944Z test resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake ... ok
2026-06-04T14:31:06.9930951Z test resting::tests::freshness_pull_marker_is_taken_exactly_once ... ok
2026-06-04T14:31:06.9931772Z test resting::tests::knob_chain_resolves_global_node_endpoint ... ok
2026-06-04T14:31:06.9976635Z test resting::tests::rest_record_round_trips_with_anchor_discipline ... ok
2026-06-04T14:31:06.9977502Z test resting::tests::transition_table_matches_the_context_model ... ok
2026-06-04T14:31:07.1028688Z test relay::tests::respawn_loses_no_spooled_message ... ok
2026-06-04T14:31:07.1805421Z test relay::tests::run_honors_stop ... ok
2026-06-04T14:31:07.2138478Z test resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only ... ok
2026-06-04T14:31:07.2139477Z test sync::tests::gate_decision_table ... ok
2026-06-04T14:31:07.2199669Z test seedmap::tests::put_refreshes_existing ... ok
2026-06-04T14:31:07.2202217Z test transport::tests::local_socket_handshake_and_frame_round_trip ... ok
2026-06-04T14:31:07.2204411Z test transport::tests::local_socket_rejects_wrong_role ... ok
2026-06-04T14:31:07.2205171Z test update::tests::apply_refuses_non_brain_only_plan ... ok
2026-06-04T14:31:07.2206038Z test update::tests::classify_brain_only_when_broker_hosts_new_brain ... ok
2026-06-04T14:31:07.2206951Z test update::tests::classify_broker_breaking_on_resource_abi_change ... ok
2026-06-04T14:31:07.2207839Z test update::tests::classify_broker_compatible_when_brain_below_floor ... ok
2026-06-04T14:31:07.2226486Z test update::tests::plan_verified_produces_no_plan_for_a_rejected_release ... ok
2026-06-04T14:31:07.2236787Z test update::tests::plan_verified_yields_a_plan_for_a_valid_release ... ok
2026-06-04T14:31:07.2268724Z test seedmap::tests::put_then_take_consumes_once ... ok
2026-06-04T14:31:07.2269821Z test xfer::tests::resolve_under_confines_to_root ... ok
2026-06-04T14:31:07.2307838Z test xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely ... ok
2026-06-04T14:31:07.2324539Z test seedmap::tests::take_absent_is_none ... ok
2026-06-04T14:31:07.6123901Z test sync::tests::select_refs_scopes_two_tiers ... ok
2026-06-04T14:31:07.6124367Z 
2026-06-04T14:31:07.6124780Z test result: ok. 133 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.18s
2026-06-04T14:31:07.6125467Z 
2026-06-04T14:31:07.6148001Z      Running tests/access.rs (target/debug/deps/access-aab00fb248724787)
2026-06-04T14:31:07.6183600Z 
2026-06-04T14:31:07.6184031Z running 1 test
2026-06-04T14:31:21.0908182Z test whitelist_refuses_exempts_replies_and_admits_listed ... ok
2026-06-04T14:31:21.0908875Z 
2026-06-04T14:31:21.0909525Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 13.47s
2026-06-04T14:31:21.0910214Z 
2026-06-04T14:31:21.0939617Z      Running tests/attach.rs (target/debug/deps/attach-2655f6846607eac0)
2026-06-04T14:31:21.0973819Z 
2026-06-04T14:31:21.0974404Z running 3 tests
2026-06-04T14:31:25.9377675Z test attach_registers_remote_drive_detection ... ok
2026-06-04T14:31:26.4620478Z test remote_attach_drives_a_real_pty_cross_daemon ... ok
2026-06-04T14:31:27.1685726Z test attach_survives_target_brain_restart_exactly_once ... ok
2026-06-04T14:31:27.1686239Z 
2026-06-04T14:31:27.1686654Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 6.07s
2026-06-04T14:31:27.1687260Z 
2026-06-04T14:31:27.1719954Z      Running tests/brain_swap.rs (target/debug/deps/brain_swap-415fd46d654b720e)
2026-06-04T14:31:27.1740389Z 
2026-06-04T14:31:27.1740961Z running 1 test
2026-06-04T14:31:27.1764891Z test brain_only_update_swaps_logic_with_zero_endpoint_interruption ... ok
2026-06-04T14:31:27.1765440Z 
2026-06-04T14:31:27.1765862Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:27.1766450Z 
2026-06-04T14:31:27.1768851Z      Running tests/broker.rs (target/debug/deps/broker-23fd29b3bf8b0443)
2026-06-04T14:31:27.1788735Z 
2026-06-04T14:31:27.1789089Z running 1 test
2026-06-04T14:31:27.1813809Z test broker_hosts_pty_child_streams_output_and_accepts_input ... ok
2026-06-04T14:31:27.1814332Z 
2026-06-04T14:31:27.1814744Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:27.1815341Z 
2026-06-04T14:31:27.1818348Z      Running tests/budget.rs (target/debug/deps/budget-97ebe9200685b121)
2026-06-04T14:31:27.1836567Z 
2026-06-04T14:31:27.1836889Z running 1 test
2026-06-04T14:31:27.1857734Z test measure_dormant_seat_budget ... ok
2026-06-04T14:31:27.1858886Z      Running tests/daemon_e2e.rs (target/debug/deps/daemon_e2e-6273583e331fb8f7)
2026-06-04T14:31:27.1860107Z 
2026-06-04T14:31:27.1860552Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:27.1861181Z 
2026-06-04T14:31:27.1863857Z 
2026-06-04T14:31:27.1864068Z running 1 test
2026-06-04T14:31:28.7303406Z test daemon_hosts_lifecycle_and_survives_brain_restart ... ok
2026-06-04T14:31:28.7303886Z 
2026-06-04T14:31:28.7304420Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.54s
2026-06-04T14:31:28.7305046Z 
2026-06-04T14:31:28.7310702Z      Running tests/digest.rs (target/debug/deps/digest-cb395da5c25443e9)
2026-06-04T14:31:28.7332295Z 
2026-06-04T14:31:28.7339306Z running 1 test
2026-06-04T14:31:28.8214914Z test digest_daemon_half_end_to_end ... ok
2026-06-04T14:31:28.8215422Z 
2026-06-04T14:31:28.8216539Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
2026-06-04T14:31:28.8217150Z 
2026-06-04T14:31:28.8224257Z      Running tests/dispatch.rs (target/debug/deps/dispatch-145d4256957331a3)
2026-06-04T14:31:28.8258150Z 
2026-06-04T14:31:28.8258516Z running 7 tests
2026-06-04T14:31:28.9210272Z test dispatcher_applies_a_notif_feed_undriven ... ok
2026-06-04T14:31:29.0183592Z test dispatcher_serves_a_remote_drive_attach_undriven ... ok
2026-06-04T14:31:29.0634890Z test dispatcher_serves_a_file_fetch_undriven ... ok
2026-06-04T14:31:29.2041400Z test dispatcher_funnels_wan_messages_undriven ... ok
2026-06-04T14:31:29.5731444Z test dispatcher_serves_a_sync_pull_undriven ... ok
2026-06-04T14:31:29.6431387Z test dispatcher_serves_an_update_pull_undriven ... ok
2026-06-04T14:31:29.7271001Z test dispatcher_survives_an_unknown_stream ... ok
2026-06-04T14:31:29.7271609Z 
2026-06-04T14:31:29.7272029Z test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.90s
2026-06-04T14:31:29.7272593Z 
2026-06-04T14:31:29.7317723Z      Running tests/handoff.rs (target/debug/deps/handoff-781047baa2405051)
2026-06-04T14:31:29.7336389Z 
2026-06-04T14:31:29.7336832Z running 1 test
2026-06-04T14:31:29.7395364Z test brain_restart_survives_gaplessly_with_fresh_gen_start ... ok
2026-06-04T14:31:29.7395866Z 
2026-06-04T14:31:29.7396277Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:31:29.7396855Z 
2026-06-04T14:31:29.7402146Z      Running tests/idempotent.rs (target/debug/deps/idempotent-d546cbb5ad783368)
2026-06-04T14:31:29.7418444Z 
2026-06-04T14:31:29.7418757Z running 1 test
2026-06-04T14:31:29.7925825Z test pty_writes_are_exactly_once_across_brain_crashes ... ok
2026-06-04T14:31:29.7926302Z 
2026-06-04T14:31:29.7926732Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
2026-06-04T14:31:29.7927294Z 
2026-06-04T14:31:29.7932644Z      Running tests/netbroker.rs (target/debug/deps/netbroker-70de28e4138cb73d)
2026-06-04T14:31:29.7965946Z 
2026-06-04T14:31:29.7966414Z running 5 tests
2026-06-04T14:31:29.8000125Z test netless_broker_probes_gracefully ... ok
2026-06-04T14:31:29.8189406Z test broker_owns_endpoint_and_reports_status ... ok
2026-06-04T14:31:29.8230672Z test unknown_net_frame_is_reported_not_fatal ... ok
2026-06-04T14:31:29.8494359Z test replayed_dial_op_is_deduped_across_brain_restart ... ok
2026-06-04T14:31:29.8523957Z test brain_dials_second_broker_over_loopback ... ok
2026-06-04T14:31:29.8524771Z      Running tests/netstream.rs (target/debug/deps/netstream-5288ad3dcaf618d9)
2026-06-04T14:31:29.8525571Z 
2026-06-04T14:31:29.8526057Z test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
2026-06-04T14:31:29.8526665Z 
2026-06-04T14:31:29.8558599Z 
2026-06-04T14:31:29.8558966Z running 2 tests
2026-06-04T14:31:29.9995664Z test sender_brain_restart_redrive_is_exactly_once ... ok
2026-06-04T14:31:30.0190666Z test receiver_brain_restart_is_gapless_and_exactly_once ... ok
2026-06-04T14:31:30.0191137Z 
2026-06-04T14:31:30.0191578Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
2026-06-04T14:31:30.0192617Z 
2026-06-04T14:31:30.0217703Z      Running tests/notifsync.rs (target/debug/deps/notifsync-f97920a0138d1b66)
2026-06-04T14:31:30.0251284Z 
2026-06-04T14:31:30.0251735Z running 1 test
2026-06-04T14:31:30.2188219Z test notif_spools_converge_over_the_wire_and_dismiss_replicates ... ok
2026-06-04T14:31:30.2189000Z 
2026-06-04T14:31:30.2189764Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
2026-06-04T14:31:30.2190365Z 
2026-06-04T14:31:30.2209492Z      Running tests/peerloop.rs (target/debug/deps/peerloop-a16bb2b5149e9808)
2026-06-04T14:31:30.2244639Z 
2026-06-04T14:31:30.2245083Z running 1 test
2026-06-04T14:31:30.6803732Z test pump_and_dispatch_self_drive_the_subnet ... ok
2026-06-04T14:31:30.6804283Z 
2026-06-04T14:31:30.6804852Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.46s
2026-06-04T14:31:30.6805434Z 
2026-06-04T14:31:30.6822521Z      Running tests/presence.rs (target/debug/deps/presence-4d529433c41a70c2)
2026-06-04T14:31:30.6855492Z 
2026-06-04T14:31:30.6855859Z running 2 tests
2026-06-04T14:31:30.8322105Z test presence_history_replays_from_zero_for_a_late_subscriber ... ok
2026-06-04T14:31:33.8025130Z test presence_survives_brain_restart_with_cursor_resume ... ok
2026-06-04T14:31:33.8025626Z 
2026-06-04T14:31:33.8026030Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.12s
2026-06-04T14:31:33.8026584Z 
2026-06-04T14:31:33.8051018Z      Running tests/propagate.rs (target/debug/deps/propagate-28ff18b59305fd89)
2026-06-04T14:31:33.8086506Z 
2026-06-04T14:31:33.8086924Z running 4 tests
2026-06-04T14:31:33.9253954Z test rollback_offer_is_rejected_before_any_fetch ... ok
2026-06-04T14:31:33.9268763Z test untrusted_origin_gets_no_offer ... ok
2026-06-04T14:31:33.9279591Z test tampered_relay_artifact_is_rejected_and_never_staged ... ok
2026-06-04T14:31:34.3601368Z test chain_self_heal_propagates_with_gate_at_every_hop ... ok
2026-06-04T14:31:34.3601867Z 
2026-06-04T14:31:34.3602266Z test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s
2026-06-04T14:31:34.3602837Z 
2026-06-04T14:31:34.3639954Z      Running tests/replicate.rs (target/debug/deps/replicate-a955512ede97c684)
2026-06-04T14:31:34.3675425Z 
2026-06-04T14:31:34.3675924Z running 1 test
2026-06-04T14:31:34.4485653Z test registries_converge_over_the_wire_and_the_lease_holds ... ok
2026-06-04T14:31:34.4486223Z 
2026-06-04T14:31:34.4486632Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
2026-06-04T14:31:34.4487192Z 
2026-06-04T14:31:34.4509737Z      Running tests/sync.rs (target/debug/deps/sync-3391fec76e9da833)
2026-06-04T14:31:34.4543949Z 
2026-06-04T14:31:34.4544394Z running 3 tests
2026-06-04T14:31:35.0596662Z test torn_pull_recovers_by_repulling ... ok
2026-06-04T14:31:35.6289063Z test two_tier_sync_lands_and_gate_refuses_server_side ... ok
2026-06-04T14:31:35.8447614Z test concurrent_writes_reconcile_on_elected_node_and_converge ... ok
2026-06-04T14:31:35.8448570Z 
2026-06-04T14:31:35.8449149Z test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.39s
2026-06-04T14:31:35.8449922Z 
2026-06-04T14:31:35.8485204Z      Running tests/twohost.rs (target/debug/deps/twohost-2d468c51077190a1)
2026-06-04T14:31:35.8523269Z 
2026-06-04T14:31:35.8523644Z running 2 tests
2026-06-04T14:31:35.8525934Z test two_host_ladder_role_b ... ok
2026-06-04T14:31:35.8526474Z test two_host_ladder_role_a ... ok
2026-06-04T14:31:35.8526790Z 
2026-06-04T14:31:35.8527219Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:35.8527780Z 
2026-06-04T14:31:35.8531606Z      Running tests/wanmsg.rs (target/debug/deps/wanmsg-62e96e3127d4e395)
2026-06-04T14:31:35.8565879Z 
2026-06-04T14:31:35.8566294Z running 2 tests
2026-06-04T14:31:36.0615019Z test wan_message_lands_exactly_once_under_transport_origin ... ok
2026-06-04T14:31:36.1018701Z test receiver_restart_replays_feed_without_double_delivery ... ok
2026-06-04T14:31:36.1019866Z 
2026-06-04T14:31:36.1020600Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
2026-06-04T14:31:36.1021234Z 
2026-06-04T14:31:36.1046739Z      Running tests/xfer.rs (target/debug/deps/xfer-9ae948b341891899)
2026-06-04T14:31:36.1082408Z 
2026-06-04T14:31:36.1082996Z running 2 tests
2026-06-04T14:31:36.2921766Z test push_survives_target_brain_restart_exactly_once ... ok
2026-06-04T14:31:36.3101210Z test fetch_lands_byte_identical_with_progress_both_ends ... ok
2026-06-04T14:31:36.3101701Z 
2026-06-04T14:31:36.3102098Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
2026-06-04T14:31:36.3102658Z 
2026-06-04T14:31:36.3131063Z      Running unittests src/lib.rs (target/debug/deps/spt_live-9c6eff607e44ed98)
2026-06-04T14:31:36.3147000Z 
2026-06-04T14:31:36.3147403Z running 49 tests
2026-06-04T14:31:36.3150984Z test context::tests::direct_always_writes ... ok
2026-06-04T14:31:36.3151637Z test context::tests::llm_over_llm_writes ... ok
2026-06-04T14:31:36.3152361Z test context::tests::llm_past_window_writes ... ok
2026-06-04T14:31:36.3157150Z test context::tests::llm_within_window_suppressed ... ok
2026-06-04T14:31:36.3165347Z test context::tests::write_context_suppresses_stale_llm ... ok
2026-06-04T14:31:36.3171435Z test context::tests::identified_write_stamps_advancing_vector ... ok
2026-06-04T14:31:36.3177117Z test context::tests::pre_identity_write_stamps_v1_shape ... ok
2026-06-04T14:31:36.3178109Z test echo::tests::provenance_is_stamped ... ok
2026-06-04T14:31:36.3370474Z test echo::tests::echo_child_is_recursion_guarded ... ok
2026-06-04T14:31:36.3383250Z test echo::tests::echo_nonzero_errors ... ok
2026-06-04T14:31:36.3389630Z test echo::tests::echo_consumes_history_and_writes_commune ... ok
2026-06-04T14:31:36.3390418Z test history::tests::missing_fetcher_field_errors ... ok
2026-06-04T14:31:36.3397670Z test history::tests::native_missing_log_is_empty ... ok
2026-06-04T14:31:36.3398377Z test history::tests::native_reads_logged_records ... ok
2026-06-04T14:31:36.3576324Z test history::tests::fetcher_yields_records ... ok
2026-06-04T14:31:36.3591061Z test history::tests::locate_normalize_reads_and_normalizes ... ok
2026-06-04T14:31:36.5119675Z test ingest::tests::both_drops_ingested ... ok
2026-06-04T14:31:36.6202959Z test history::tests::fetcher_timeout_errors ... ok
2026-06-04T14:31:36.6507302Z test ingest::tests::commune_drop_is_ingested_and_deleted ... ok
2026-06-04T14:31:36.6508257Z test outbound::tests::empty_body_parses_to_empty_intent ... ok
2026-06-04T14:31:36.6509321Z test outbound::tests::malformed_and_chunk_lines_are_skipped ... ok
2026-06-04T14:31:36.6510019Z test ingest::tests::no_drops_is_empty ... ok
2026-06-04T14:31:36.6511950Z test outbound::tests::non_authorable_types_are_ignored ... ok
2026-06-04T14:31:36.6514312Z test outbound::tests::prose_only_yields_nothing ... ok
2026-06-04T14:31:36.6515195Z test outbound::tests::parses_reply_and_notify_in_order ... ok
2026-06-04T14:31:36.6516059Z test outbound::tests::spoofed_routing_attrs_are_unrepresentable ... ok
2026-06-04T14:31:36.6516927Z test psyche::tests::prompt_includes_time_and_event ... ok
2026-06-04T14:31:36.6517552Z test psyche::tests::prompt_without_event ... ok
2026-06-04T14:31:36.7385983Z test ingest::tests::stale_commune_suppressed_but_deleted ... ok
2026-06-04T14:31:36.9947544Z test ingest::tests::two_slice_drop_routes_per_tier ... ok
2026-06-04T14:31:37.0168148Z test psyche::tests::spawn_binds_nested_perch_and_sets_guard ... ok
2026-06-04T14:31:37.0175170Z test pulse::tests::echo_gate_fires_exactly_once ... ok
2026-06-04T14:31:37.1463860Z test pulse::tests::tick_ingests_drops ... ok
2026-06-04T14:31:37.1466754Z test pulse::tests::tick_reports_idle ... ok
2026-06-04T14:31:37.2975032Z test reconcile::tests::failed_turn_preserves_everything ... ok
2026-06-04T14:31:37.3933343Z test reconcile::tests::no_conflict_is_a_noop ... ok
2026-06-04T14:31:37.6083086Z test reconcile::tests::reconcile_merges_and_clears ... ok
2026-06-04T14:31:37.7603250Z test reconcile::tests::suppressed_write_preserves_artifacts ... ok
2026-06-04T14:31:37.7821542Z test resume::tests::continue_existing_resumes_session ... ok
2026-06-04T14:31:37.9320627Z test resume::tests::download_composes_two_tiers ... ok
2026-06-04T14:31:37.9322168Z test signoff::tests::echo_precedes_signoff_compose ... ok
2026-06-04T14:31:37.9322960Z test signoff::tests::missing_session_skips_echo ... ok
2026-06-04T14:31:37.9323905Z test signoff::tests::recovered_self_is_not_signed_off ... ok
2026-06-04T14:31:37.9327310Z test signoff::tests::stale_signoff_swept ... ok
2026-06-04T14:31:37.9538112Z test turn::tests::empty_stdout_is_an_error ... ok
2026-06-04T14:31:37.9546432Z test resume::tests::fresh_with_preload_launches_preloaded ... ok
2026-06-04T14:31:37.9552373Z test resume::tests::missing_key_errors_before_spawn ... ok
2026-06-04T14:31:37.9751331Z test turn::tests::turn_captures_stdout ... ok
2026-06-04T14:31:38.2331780Z test signoff::tests::boundary_writes_resume_commune ... ok
2026-06-04T14:31:38.2332467Z 
2026-06-04T14:31:38.2333114Z test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.92s
2026-06-04T14:31:38.2333741Z 
2026-06-04T14:31:38.2336379Z      Running unittests src/lib.rs (target/debug/deps/spt_msg-38695e410b9c6062)
2026-06-04T14:31:38.2353165Z 
2026-06-04T14:31:38.2353628Z running 22 tests
2026-06-04T14:31:38.2358423Z test deliver::tests::deferred_send_validates ... ok
2026-06-04T14:31:38.3297122Z test deliver::tests::deferred_send_skips_stream_drain_survives_for_hook ... ok
2026-06-04T14:31:38.3718337Z test deliver::tests::recycled_pid_address_does_not_misdeliver ... ok
2026-06-04T14:31:38.3794446Z test deliver::tests::offline_existing_perch_spools ... ok
2026-06-04T14:31:38.4113920Z test deliver::tests::online_delivers_via_tcp_without_spooling ... ok
2026-06-04T14:31:38.4160403Z test listener::tests::blocking_accepts_within_window ... ok
2026-06-04T14:31:38.4209126Z test listener::tests::drop_unregisters_address ... ok
2026-06-04T14:31:38.4314224Z test deliver::tests::send_outcome_mapping ... ok
2026-06-04T14:31:38.4803241Z test listener::tests::bind_registers_and_round_trips ... ok
2026-06-04T14:31:38.5321767Z test listener::tests::blocking_times_out_when_idle ... ok
2026-06-04T14:31:38.5727492Z test ready::tests::backlog_drains_on_start ... ok
2026-06-04T14:31:38.5910429Z test ready::tests::recv_gets_live_tcp_message ... ok
2026-06-04T14:31:38.5911418Z test ring::tests::ring_no_perch ... ok
2026-06-04T14:31:38.6244808Z test ready::tests::soft_cleanup_preserves_spool_and_info ... ok
2026-06-04T14:31:38.6751855Z test ready::tests::start_registers_resolvable_perch ... ok
2026-06-04T14:31:38.6752620Z test wire::tests::format_empty_from_is_anonymous ... ok
2026-06-04T14:31:38.6753575Z test wire::tests::format_with_from_prepends_reply_to ... ok
2026-06-04T14:31:38.6757905Z test wire::tests::frame_round_trips_over_loopback ... ok
2026-06-04T14:31:38.6761089Z test wire::tests::oversized_length_prefix_rejected ... ok
2026-06-04T14:31:38.6960844Z test ring::tests::ring_gets_reply_and_cleans_up ... ok
2026-06-04T14:31:38.7912921Z test ring::tests::ring_offline_target_queues_and_cleans_up ... ok
2026-06-04T14:31:38.9037586Z test ring::tests::ring_timeout_cleans_up ... ok
2026-06-04T14:31:38.9038001Z 
2026-06-04T14:31:38.9038443Z test result: ok. 22 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.67s
2026-06-04T14:31:38.9039008Z 
2026-06-04T14:31:38.9043697Z      Running tests/killer_quickstart.rs (target/debug/deps/killer_quickstart-dfb51824c339adc6)
2026-06-04T14:31:38.9059649Z 
2026-06-04T14:31:38.9060183Z running 2 tests
2026-06-04T14:31:39.0999718Z test offline_then_online_delivers_backlog ... ok
2026-06-04T14:31:39.1653307Z test two_agents_exchange_message_tcp_and_spool ... ok
2026-06-04T14:31:39.1653769Z 
2026-06-04T14:31:39.1654206Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
2026-06-04T14:31:39.1654793Z 
2026-06-04T14:31:39.1657762Z      Running unittests src/lib.rs (target/debug/deps/spt_net-ea2252d0954697d5)
2026-06-04T14:31:39.1691592Z 
2026-06-04T14:31:39.1692022Z running 91 tests
2026-06-04T14:31:39.1693329Z test net::endpoint::tests::mdns_discovery_connects_by_id ... ignored, needs LAN multicast; run with --ignored or on the D9 two-host rig
2026-06-04T14:31:39.1700439Z test net::attach::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:31:39.1701457Z test net::attach::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:31:39.1704820Z test net::notif::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:31:39.1705815Z test net::notif::tests::record_round_trips_and_unknown_kind_is_skipped ... ok
2026-06-04T14:31:39.1707304Z test net::notif::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:31:39.1708449Z test net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged ... ok
2026-06-04T14:31:39.1710389Z test net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps ... ok
2026-06-04T14:31:39.1711391Z test net::pairing::ratelimit::tests::backoff_is_per_subnet ... ok
2026-06-04T14:31:39.1714088Z test net::pairing::ratelimit::tests::failures_impose_exponential_backoff ... ok
2026-06-04T14:31:39.1740027Z test net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets ... ok
2026-06-04T14:31:39.1740918Z test net::pairing::ratelimit::tests::success_clears_accumulated_backoff ... ok
2026-06-04T14:31:39.1741732Z test net::pairing::ratelimit::tests::one_active_ceremony_per_subnet ... ok
2026-06-04T14:31:39.1742544Z test net::pairing::rendezvous::tests::distinct_same_length_names_diverge ... ok
2026-06-04T14:31:39.1743415Z test net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision ... ok
2026-06-04T14:31:39.1744245Z test net::pairing::rendezvous::tests::token_is_deterministic ... ok
2026-06-04T14:31:39.1745014Z test net::pairing::rendezvous::tests::token_varies_with_name_and_step ... ok
2026-06-04T14:31:39.1745881Z test net::pairing::rendezvous::tests::window_is_three_adjacent_tokens ... ok
2026-06-04T14:31:39.1746764Z test net::pairing::spake::tests::reflected_role_is_rejected_by_pake ... ok
2026-06-04T14:31:39.1772588Z test net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key ... ok
2026-06-04T14:31:39.1810754Z test net::pairing::spake::tests::stale_epoch_fails ... ok
2026-06-04T14:31:39.1829511Z test net::pairing::spake::tests::stale_step_fails ... ok
2026-06-04T14:31:39.1845763Z test net::pairing::spake::tests::substituted_pubkey_fails ... ok
2026-06-04T14:31:39.1866246Z test net::endpoint::tests::endpoint_id_binds_to_identity ... ok
2026-06-04T14:31:39.1900548Z test net::pairing::spake::tests::tampered_tag_fails ... ok
2026-06-04T14:31:39.1901480Z test net::pairing::totp::tests::code_at_is_six_zero_padded_digits ... ok
2026-06-04T14:31:39.1902286Z test net::pairing::totp::tests::debug_redacts_seed ... ok
2026-06-04T14:31:39.1903046Z test net::pairing::totp::tests::generated_seeds_are_distinct ... ok
2026-06-04T14:31:39.1903881Z test net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors ... ok
2026-06-04T14:31:39.1904726Z test net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded ... ok
2026-06-04T14:31:39.1905618Z test net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake ... ok
2026-06-04T14:31:39.1906598Z test net::pairing::totp::tests::seed_round_trips_through_base32 ... ok
2026-06-04T14:31:39.1907755Z test net::pairing::totp::tests::time_step_is_floor_unix_over_period ... ok
2026-06-04T14:31:39.1908943Z test net::pairing::totp::tests::window_accepts_plus_minus_one_only ... ok
2026-06-04T14:31:39.1910225Z test net::pairing::transcript::tests::diverged_shared_secret_fails_verification ... ok
2026-06-04T14:31:39.1911362Z test net::pairing::transcript::tests::each_bound_field_changes_the_tag ... ok
2026-06-04T14:31:39.1919933Z test net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision ... ok
2026-06-04T14:31:39.1920943Z test net::pairing::spake::tests::wrong_subnet_fails ... ok
2026-06-04T14:31:39.1922376Z test net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ ... ok
2026-06-04T14:31:39.1930267Z test net::pairing::transcript::tests::message_order_is_bound ... ok
2026-06-04T14:31:39.1931403Z test net::pairing::transcript::tests::pake_identity_binds_role_and_context ... ok
2026-06-04T14:31:39.1990699Z test net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage ... ok
2026-06-04T14:31:39.2354845Z test net::endpoint::tests::two_endpoints_loopback_echo ... ok
2026-06-04T14:31:39.2430505Z test net::pairing::wire::tests::busy_subnet_refuses_ceremony ... ok
2026-06-04T14:31:39.2518419Z test net::pairing::wire::tests::create_new_then_join_learns_named_subnet ... ok
2026-06-04T14:31:39.2570350Z test net::pairing::wire::tests::loopback_pairs_and_pins_both_sides ... ok
2026-06-04T14:31:39.3005935Z test net::pairing::wire::tests::stale_step_is_rejected ... ok
2026-06-04T14:31:39.3013446Z test net::registry::tests::advertise_if_visible_gates_before_join ... ok
2026-06-04T14:31:39.3025698Z test net::registry::tests::distinct_nodes_are_separate_instances ... ok
2026-06-04T14:31:39.3030767Z test net::registry::tests::equal_epoch_replay_is_stale_noop ... ok
2026-06-04T14:31:39.3032064Z test net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin ... ok
2026-06-04T14:31:39.3033874Z test net::pairing::wire::tests::unknown_subnet_is_rejected ... ok
2026-06-04T14:31:39.3034921Z test net::registry::tests::exclusion_prunes_cross_subnet_ambiguity ... ok
2026-06-04T14:31:39.3037132Z test net::registry::tests::join_collides_even_with_offline_holder ... ok
2026-06-04T14:31:39.3038130Z test net::registry::tests::join_fresh_id_is_inserted ... ok
2026-06-04T14:31:39.3039142Z test net::registry::tests::join_colliding_id_on_other_node_refuses_untouched ... ok
2026-06-04T14:31:39.3040477Z test net::registry::tests::join_same_name_in_different_subnet_is_legal ... ok
2026-06-04T14:31:39.3041552Z test net::registry::tests::join_same_node_falls_through_to_lease ... ok
2026-06-04T14:31:39.3042630Z test net::registry::tests::newer_epoch_supersedes_same_node ... ok
2026-06-04T14:31:39.3043583Z test net::registry::tests::registry_serde_roundtrips ... ok
2026-06-04T14:31:39.3044557Z test net::registry::tests::rename_collision_refuses_whole_ripple ... ok
2026-06-04T14:31:39.3045605Z test net::registry::tests::rename_ripples_rows_across_advertised_subnets ... ok
2026-06-04T14:31:39.3046734Z test net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses ... ok
2026-06-04T14:31:39.3047832Z test net::registry::tests::resolve_across_subnet_qualified_routes_there ... ok
2026-06-04T14:31:39.3048947Z test net::registry::tests::resolve_across_unique_id_resolves ... ok
2026-06-04T14:31:39.3050047Z test net::registry::tests::resolve_multiple_live_nodes_refuses ... ok
2026-06-04T14:31:39.3051097Z test net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found ... ok
2026-06-04T14:31:39.3052097Z test net::registry::tests::resolve_prefers_local_instance ... ok
2026-06-04T14:31:39.3053102Z test net::registry::tests::resolve_sole_live_remote_and_skips_offline ... ok
2026-06-04T14:31:39.3054155Z test net::registry::tests::resource_blurb_rides_the_lease_and_serde ... ok
2026-06-04T14:31:39.3055263Z test net::registry::tests::resource_projection_filters_hidden_and_offline ... ok
2026-06-04T14:31:39.3056409Z test net::registry::tests::stale_active_cannot_clobber_newer_offline ... ok
2026-06-04T14:31:39.3057490Z test net::registry::tests::suspended_is_addressable_and_roundtrips ... ok
2026-06-04T14:31:39.3058661Z test net::replicate::tests::apply_routes_by_subnet_and_drops_non_member ... ok
2026-06-04T14:31:39.3059967Z test net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines ... ok
2026-06-04T14:31:39.3061053Z test net::replicate::tests::stale_wire_update_cannot_clobber_newer_state ... ok
2026-06-04T14:31:39.3062174Z test net::replicate::tests::update_round_trips_and_tolerates_unknown_field ... ok
2026-06-04T14:31:39.3063270Z test net::sync::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:31:39.3064872Z test net::sync::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:31:39.3065987Z test net::sync::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:31:39.3067021Z test net::update::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:31:39.3068172Z test net::update::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:31:39.3069817Z test net::update::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:31:39.3071008Z test net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field ... ok
2026-06-04T14:31:39.3072046Z test net::wanmsg::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:31:39.3073109Z test net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals ... ok
2026-06-04T14:31:39.3074143Z test net::xfer::tests::forged_origin_field_is_inert ... ok
2026-06-04T14:31:39.3075482Z test net::xfer::tests::record_split_across_chunks_reassembles ... ok
2026-06-04T14:31:39.3076660Z test net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped ... ok
2026-06-04T14:31:39.3113116Z test net::pairing::wire::tests::repair_member_keeps_seed ... ok
2026-06-04T14:31:39.3149075Z test net::pairing::wire::tests::wrong_code_fails_and_writes_no_trust ... ok
2026-06-04T14:31:39.3149741Z 
2026-06-04T14:31:39.3150150Z test result: ok. 90 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.15s
2026-06-04T14:31:39.3150728Z 
2026-06-04T14:31:39.3177367Z      Running unittests src/lib.rs (target/debug/deps/spt_proto-8e50513b0f789f86)
2026-06-04T14:31:39.3191650Z 
2026-06-04T14:31:39.3191910Z running 54 tests
2026-06-04T14:31:39.3195060Z test addr::tests::display_round_trips ... ok
2026-06-04T14:31:39.3195733Z test addr::tests::parses_every_qualifier_combination ... ok
2026-06-04T14:31:39.3196380Z test addr::tests::rejects_doubled_delimiters ... ok
2026-06-04T14:31:39.3197034Z test addr::tests::rejects_empty_or_bad_components ... ok
2026-06-04T14:31:39.3197938Z test chunk::tests::malformed_parts_return_none ... ok
2026-06-04T14:31:39.3199133Z test chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded ... ok
2026-06-04T14:31:39.3205396Z test chunk::tests::missing_middle_part_is_dropped ... ok
2026-06-04T14:31:39.3206090Z test chunk::tests::orphan_group_without_head_is_dropped ... ok
2026-06-04T14:31:39.3206800Z test chunk::tests::short_line_passes_through_unchunked ... ok
2026-06-04T14:31:39.3207423Z test endpoint::tests::agent_vs_shell_split ... ok
2026-06-04T14:31:39.3208063Z test chunk::tests::reassemble_stream_handles_mixed_traffic ... ok
2026-06-04T14:31:39.3208730Z test endpoint::tests::day_one_tags_round_trip ... ok
2026-06-04T14:31:39.3209537Z test endpoint::tests::broker_and_node_families ... ok
2026-06-04T14:31:39.3210185Z test endpoint::tests::unknown_tag_tolerated_and_preserved ... ok
2026-06-04T14:31:39.3210825Z test endpoint::tests::shell_kind_round_trips ... ok
2026-06-04T14:31:39.3211547Z test envelope::tests::body_escape_unescape_round_trips_html_and_newlines ... ok
2026-06-04T14:31:39.3212442Z test envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode ... ok
2026-06-04T14:31:39.3213328Z test envelope::tests::from_attr_returns_none_on_garbage_or_empty ... ok
2026-06-04T14:31:39.3214192Z test envelope::tests::from_attr_unescape_is_amp_last ... ok
2026-06-04T14:31:39.3214825Z test envelope::tests::parser_both_tags_present ... ok
2026-06-04T14:31:39.3215585Z test envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved ... ok
2026-06-04T14:31:39.3216456Z test envelope::tests::parser_no_tags_falls_back_whole_payload_to_live ... ok
2026-06-04T14:31:39.3218684Z test envelope::tests::parser_unclosed_live_tag_does_not_scoop_project ... ok
2026-06-04T14:31:39.3219561Z test event::tests::alarm_event_round_trips ... ok
2026-06-04T14:31:39.3220241Z test envelope::tests::parser_out_of_order_tags_both_extracted ... ok
2026-06-04T14:31:39.3220937Z test event::tests::attr_decode_is_amp_last ... ok
2026-06-04T14:31:39.3222137Z test event::tests::attr_order_preserved ... ok
2026-06-04T14:31:39.3222801Z test event::tests::body_with_literal_event_tokens_round_trips ... ok
2026-06-04T14:31:39.3223502Z test event::tests::empty_body_envelope_parses ... ok
2026-06-04T14:31:39.3224198Z test event::tests::malformed_inputs_return_none_without_panic ... ok
2026-06-04T14:31:39.3224903Z test event::tests::msg_event_round_trips ... ok
2026-06-04T14:31:39.3225614Z test event::tests::psyche_authorable_types_are_reply_and_notify_only ... ok
2026-06-04T14:31:39.3226515Z test event::tests::typed_predicate_rejects_partials ... ok
2026-06-04T14:31:39.3227203Z test id::tests::accepts_plain_and_composite_ids ... ok
2026-06-04T14:31:39.3235363Z test id::tests::accepts_japanese_scripts ... ok
2026-06-04T14:31:39.3235984Z test id::tests::rejects_path_whitespace_and_control ... ok
2026-06-04T14:31:39.3236595Z test id::tests::rejects_empty_and_overlong ... ok
2026-06-04T14:31:39.3255786Z test event::tests::typed_envelope_detected_and_parsed ... ok
2026-06-04T14:31:39.3256569Z test id::tests::reports_bad_char_position ... ok
2026-06-04T14:31:39.3257213Z test id::tests::reserves_address_delimiters ... ok
2026-06-04T14:31:39.3257850Z test identity::tests::bad_inputs_error_without_panic ... ok
2026-06-04T14:31:39.3258513Z test identity::tests::known_answer_fixed_seed_is_stable ... ok
2026-06-04T14:31:39.3259121Z test payload::tests::base64_known_vectors ... ok
2026-06-04T14:31:39.3260054Z test payload::tests::binary_blob_round_trips_all_byte_values ... ok
2026-06-04T14:31:39.3260732Z test identity::tests::public_key_hex_round_trips ... ok
2026-06-04T14:31:39.3261358Z test payload::tests::blob_padding_lengths_round_trip ... ok
2026-06-04T14:31:39.3261997Z test payload::tests::command_payload_round_trips ... ok
2026-06-04T14:31:39.3262591Z test payload::tests::text_payload_round_trips ... ok
2026-06-04T14:31:39.3263193Z test version::tests::current_version_self_compatible ... ok
2026-06-04T14:31:39.3263872Z test payload::tests::unknown_or_malformed_decodes_to_none ... ok
2026-06-04T14:31:39.3264572Z test version::tests::n_minus_one_window_accepts_and_rejects ... ok
2026-06-04T14:31:39.3265240Z test version::tests::window_floor_saturates_at_zero ... ok
2026-06-04T14:31:39.3265842Z test identity::tests::sign_verify_round_trip ... ok
2026-06-04T14:31:39.3501065Z test chunk::tests::split_then_reassemble_is_byte_identity ... ok
2026-06-04T14:31:39.3501552Z 
2026-06-04T14:31:39.3501953Z test result: ok. 54 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
2026-06-04T14:31:39.3502531Z 
2026-06-04T14:31:39.3504649Z      Running unittests src/lib.rs (target/debug/deps/spt_runtime-faba68fc47356a3c)
2026-06-04T14:31:39.3519710Z 
2026-06-04T14:31:39.3526224Z running 21 tests
2026-06-04T14:31:39.3526960Z test manifest::tests::fetcher_strategy_requires_fetcher_field ... ok
2026-06-04T14:31:39.3528272Z test manifest::tests::harness_kind_with_shell_section_fails_validation ... ok
2026-06-04T14:31:39.3529513Z test manifest::tests::inject_env_without_value_fails_validation ... ok
2026-06-04T14:31:39.3533092Z test manifest::tests::minimal_header_only_manifest_is_valid ... ok
2026-06-04T14:31:39.3533840Z test manifest::tests::pty_digest_minimal_defaults ... ok
2026-06-04T14:31:39.3534533Z test manifest::tests::pty_digest_requires_both_boundaries ... ok
2026-06-04T14:31:39.3544656Z test manifest::tests::harness_fixture_parses_all_sections ... ok
2026-06-04T14:31:39.3545580Z test manifest::tests::shell_fixture_parses ... ok
2026-06-04T14:31:39.3547928Z test manifest::tests::shell_kind_without_shell_section_fails_validation ... ok
2026-06-04T14:31:39.3553915Z test manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic ... ok
2026-06-04T14:31:39.3560563Z test manifest::tests::unknown_enum_variant_is_an_error_not_a_panic ... ok
2026-06-04T14:31:39.3561387Z test manifest::tests::update_avenue_content_signing_fields ... ok
2026-06-04T14:31:39.3569118Z test manifest::tests::pty_digest_round_trips ... ok
2026-06-04T14:31:39.3570631Z test runtime::tests::fills_known_placeholders ... ok
2026-06-04T14:31:39.3575090Z test manifest::tests::round_trips_through_toml ... ok
2026-06-04T14:31:39.3579093Z test runtime::tests::missing_key_errors_before_spawn ... ok
2026-06-04T14:31:39.3580097Z test runtime::tests::tokenize_honors_double_quotes ... ok
2026-06-04T14:31:39.3583883Z test runtime::tests::unknown_role_errors ... ok
2026-06-04T14:31:39.3589774Z test runtime::tests::spawn_session_detached_returns_pid ... ok
2026-06-04T14:31:39.3769733Z test runtime::tests::bounded_run_captures_success ... ok
2026-06-04T14:31:39.6626620Z test runtime::tests::bounded_run_kills_on_timeout ... ok
2026-06-04T14:31:39.6627350Z 
2026-06-04T14:31:39.6628031Z test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.31s
2026-06-04T14:31:39.6628919Z 
2026-06-04T14:31:39.6633902Z      Running unittests src/lib.rs (target/debug/deps/spt_store-6875abdd8a37f919)
2026-06-04T14:31:39.6649753Z 
2026-06-04T14:31:39.6651016Z running 130 tests
2026-06-04T14:31:39.6652721Z test access::tests::allow_revoke_open_polarity ... ok
2026-06-04T14:31:39.6659388Z test access::tests::recent_outbound_correlates_within_window ... ok
2026-06-04T14:31:39.6674885Z test access::tests::recent_outbound_persists ... ok
2026-06-04T14:31:39.6675596Z test access::tests::store_persists_and_degrades_open ... ok
2026-06-04T14:31:39.6676400Z test access::tests::users_reservation_decodes_inert ... ok
2026-06-04T14:31:39.6677150Z test atomic::tests::atomic_write_bytes_round_trips ... ok
2026-06-04T14:31:39.6677936Z test atomic::tests::retry_absorbs_transient_then_succeeds ... ok
2026-06-04T14:31:39.6678764Z test atomic::tests::retry_does_not_retry_non_transient ... ok
2026-06-04T14:31:39.6679661Z test atomic::tests::to_forward_slash_strips_unc_prefix ... ok
2026-06-04T14:31:39.6680498Z test atomic::tests::retry_gives_up_after_max_attempts ... ok
2026-06-04T14:31:39.6699872Z test atomic::tests::atomic_write_creates_and_replaces ... ok
2026-06-04T14:31:39.6717596Z test access::tests::recent_outbound_is_bounded ... ok
2026-06-04T14:31:39.7250317Z test branchstore::tests::open_or_init_idempotent ... ok
2026-06-04T14:31:39.8142653Z test branchstore::tests::branches_are_independent_roots ... ok
2026-06-04T14:31:39.8143511Z test contextmark::tests::join_bump_dominates_both_parents ... ok
2026-06-04T14:31:39.8144267Z test contextmark::tests::marker_round_trips_v1_and_v2 ... ok
2026-06-04T14:31:39.8144929Z test contextmark::tests::merge_decisions ... ok
2026-06-04T14:31:39.8145890Z test contextmark::tests::vector_compare_covers_all_orders ... ok
2026-06-04T14:31:39.8146879Z test contextmark::tests::vector_parse_tolerant ... ok
2026-06-04T14:31:39.8197954Z test branchstore::tests::multi_key_commit_is_one_commit ... ok
2026-06-04T14:31:39.8267692Z test branchstore::tests::commit_then_read_at_tip ... ok
2026-06-04T14:31:39.8589574Z test contextstore::tests::invalid_id_refused ... ok
2026-06-04T14:31:39.8936731Z test branchstore::tests::unchanged_write_is_no_commit ... ok
2026-06-04T14:31:40.0073702Z test contextstore::tests::project_branch_holds_many_agents ... ok
2026-06-04T14:31:40.1007889Z test contextstore::tests::conflict_artifacts_preserve_both_versions ... ok
2026-06-04T14:31:40.3398122Z test contextstore::tests::fork_copies_both_tiers_then_diverges ... ok
2026-06-04T14:31:40.3401630Z test epoch::tests::corrupt_or_absent_file_degrades_safely ... ok
2026-06-04T14:31:40.3442334Z test contextstore::tests::two_tier_layout_and_commits ... ok
2026-06-04T14:31:40.3545100Z test epoch::tests::counter_persists_across_reload ... ok
2026-06-04T14:31:40.3545979Z test epoch::tests::next_is_strictly_increasing_from_one ... ok
2026-06-04T14:31:40.3559498Z test gitrun::tests::deadline_kills_and_reports_timed_out ... ok
2026-06-04T14:31:40.3560285Z test history::tests::appends_one_record_per_line ... ok
2026-06-04T14:31:40.3583097Z test home::tests::adoption_stamps_only_unset_and_only_when_unambiguous ... ok
2026-06-04T14:31:40.3590599Z test home::tests::home_assignment_matrix ... ok
2026-06-04T14:31:40.3591802Z test home::tests::scope_seeding_never_clobbers_user_policy ... ok
2026-06-04T14:31:40.3599740Z test home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward ... ok
2026-06-04T14:31:40.3604144Z test info::tests::busy_sentinel_round_trips_and_read_pid_is_none ... ok
2026-06-04T14:31:40.3646915Z test gitrun::tests::version_runs_within_budget ... ok
2026-06-04T14:31:40.3668654Z test info::tests::corrupt_content_returns_none ... ok
2026-06-04T14:31:40.3691943Z test info::tests::read_pid_tolerates_schema_minimal ... ok
2026-06-04T14:31:40.3711327Z test info::tests::set_driven_by_stamps_and_clears ... ok
2026-06-04T14:31:40.3715818Z test info::tests::set_last_active_stamps_recency ... ok
2026-06-04T14:31:40.3740321Z test info::tests::set_resources_writes_and_clears_the_blurb ... ok
2026-06-04T14:31:40.3741196Z test info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair ... ok
2026-06-04T14:31:40.3753876Z test info::tests::set_status_marks_existing_record ... ok
2026-06-04T14:31:40.3755019Z test info::tests::write_read_round_trip ... ok
2026-06-04T14:31:40.3755895Z test liveness::tests::busy_and_missing_keep_interim_parity ... ok
2026-06-04T14:31:40.3756872Z test liveness::tests::daemon_hosted_offline_overrides_live_pid ... ok
2026-06-04T14:31:40.3758429Z test liveness::tests::daemon_hosted_online_survives_dead_pid ... ok
2026-06-04T14:31:40.3765548Z test liveness::tests::external_perch_still_pid_probes ... ok
2026-06-04T14:31:40.3981594Z test liveness::tests::registry_entry_keys_on_status_for_hosted_rows ... ok
2026-06-04T14:31:40.3983265Z test nodeid::tests::corrupt_key_errors_never_regenerates ... ok
2026-06-04T14:31:40.3988227Z test nodeid::tests::create_then_load_is_stable ... ok
2026-06-04T14:31:40.3997469Z test nodeid::tests::seed_hex_round_trips ... ok
2026-06-04T14:31:40.4348962Z test info::tests::concurrent_read_during_writes_never_torn ... ok
2026-06-04T14:31:40.4465934Z test contextstore::tests::rename_ripples_both_tiers ... ok
2026-06-04T14:31:40.5095334Z test notif::tests::listing_is_subnet_scoped ... ok
2026-06-04T14:31:40.5241146Z test contextstore::tests::remove_endpoint_removes_exactly_the_source ... ok
2026-06-04T14:31:40.5242316Z test notif::tests::row_serde_round_trips_with_forward_compat ... ok
2026-06-04T14:31:40.5535470Z test notif::tests::produce_list_dismiss_round_trip ... ok
2026-06-04T14:31:40.6058357Z test notif::tests::merge_is_idempotent_and_commutative ... ok
2026-06-04T14:31:40.6062229Z test perch::tests::child_files_route_through_one_resolver ... ok
2026-06-04T14:31:40.6062992Z test perch::tests::classification_matrix ... ok
2026-06-04T14:31:40.6066202Z test perch::tests::explicit_parent_wins_over_infer ... ok
2026-06-04T14:31:40.6078500Z test perch::tests::list_self_perch_ids_enumerates_bound_top_level ... ok
2026-06-04T14:31:40.6081291Z test perch::tests::resolve_psyche_and_worker_nest_under_parent ... ok
2026-06-04T14:31:40.6083011Z test perch::tests::resolve_self_is_flat ... ok
2026-06-04T14:31:40.6089331Z test perch::tests::spt_home_is_pure_and_honors_env ... ok
2026-06-04T14:31:40.6090078Z test proc::tests::current_process_is_alive ... ok
2026-06-04T14:31:40.6090845Z test proc::tests::parent_pid_resolves_and_is_alive ... ok
2026-06-04T14:31:40.6091771Z test proc::tests::pid_zero_is_dead_on_every_os ... ok
2026-06-04T14:31:40.6092493Z test proc::tests::unassigned_pid_is_dead ... ok
2026-06-04T14:31:40.6202743Z test notif::tests::reopen_is_durable_and_corrupt_seen_degrades ... ok
2026-06-04T14:31:40.6204632Z test project::tests::url_spellings_normalize_to_one_id ... ok
2026-06-04T14:31:40.6213912Z test notif::tests::stale_undismissed_copy_cannot_undismiss ... ok
2026-06-04T14:31:40.6543020Z test notif::tests::seen_unions_and_surfaced_maxes ... ok
2026-06-04T14:31:40.7146515Z test project::tests::derivation_ladder ... ok
2026-06-04T14:31:40.7564865Z test registry::tests::clean_removes_dead_keeps_live ... ok
2026-06-04T14:31:40.7569888Z test registry::tests::clean_keys_on_status_for_daemon_hosted_rows ... ok
2026-06-04T14:31:40.7949701Z test registry::tests::register_and_lookup ... ok
2026-06-04T14:31:40.8094147Z test registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds ... ok
2026-06-04T14:31:40.8488013Z test registry::tests::reregister_replaces_address ... ok
2026-06-04T14:31:40.8501599Z test rename::tests::live_nested_child_blocks_rename ... ok
2026-06-04T14:31:40.8514483Z test rename::tests::rename_refusals_leave_owlery_untouched ... ok
2026-06-04T14:31:40.8794313Z test rename::tests::rename_ripples_self_and_nested_children ... ok
2026-06-04T14:31:40.8795470Z test seed::tests::absent_cwd_is_omitted ... ok
2026-06-04T14:31:40.8797489Z test seed::tests::seed_round_trips_through_json ... ok
2026-06-04T14:31:40.8897143Z test registry::tests::resolve_on_empty_registry_is_none_not_error ... ok
2026-06-04T14:31:40.9244579Z test registry::tests::resolve_cleans_before_lookup ... ok
2026-06-04T14:31:41.0395392Z test spool::tests::drain_marks_delivered_and_is_idempotent ... ok
2026-06-04T14:31:41.0621040Z test spool::tests::deferred_row_survives_event_drain_then_hook_delivers ... ok
2026-06-04T14:31:41.1270843Z test spool::tests::reopen_is_idempotent ... ok
2026-06-04T14:31:41.2095745Z test spool::tests::non_deferred_drain_skips_deferred_and_preserves_order ... ok
2026-06-04T14:31:41.2147574Z test spool::tests::spool_touches_has_messages_sentinel ... ok
2026-06-04T14:31:41.2283103Z test registry::tests::concurrent_registration_never_locks ... ok
2026-06-04T14:31:41.2283962Z test subnet::tests::add_joined_preserves_seed_and_epoch ... ok
2026-06-04T14:31:41.2287491Z test subnet::tests::create_subnet_starts_at_epoch_one_unique_name ... ok
2026-06-04T14:31:41.2288331Z test subnet::tests::hex_round_trips_and_rejects_bad_input ... ok
2026-06-04T14:31:41.2294918Z test subnet::tests::hide_new_endpoints_defaults_off_and_persists ... ok
2026-06-04T14:31:41.2302786Z test subnet::tests::minted_seeds_are_random ... ok
2026-06-04T14:31:41.2304394Z test subnet::tests::missing_or_corrupt_file_is_empty_store ... ok
2026-06-04T14:31:41.2305556Z test subnet::tests::remove_drops_membership ... ok
2026-06-04T14:31:41.2310791Z test subnet::tests::rotate_bumps_epoch_and_changes_seed ... ok
2026-06-04T14:31:41.2321337Z test subnet::tests::store_persists_multi_subnet_and_rotation ... ok
2026-06-04T14:31:41.2755163Z test spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path ... ok
2026-06-04T14:31:41.3501043Z test spool::tests::event_part_body_persists_byte_exact ... ok
2026-06-04T14:31:41.8709847Z test spool::tests::wan_spool_dedups_on_op_id_across_reopen ... ok
2026-06-04T14:31:41.8710708Z test syncmerge::tests::adopt_then_incremental_then_idempotent_repull ... ok
2026-06-04T14:31:41.9035918Z test syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite ... ok
2026-06-04T14:31:41.9234314Z test syncmerge::tests::non_context_branch_refused ... ok
2026-06-04T14:31:42.1696149Z test syncmerge::tests::concurrent_writes_surface_on_both_nodes ... ok
2026-06-04T14:31:42.1700199Z test trust::tests::first_use_pins_then_is_trusted_idempotently ... ok
2026-06-04T14:31:42.1703440Z test trust::tests::label_anchor_is_subnet_scoped ... ok
2026-06-04T14:31:42.1706778Z test trust::tests::labelled_key_change_warns_without_mutating ... ok
2026-06-04T14:31:42.1716548Z test trust::tests::peers_in_filters_by_subnet ... ok
2026-06-04T14:31:42.1719042Z test trust::tests::repin_applies_accepted_key_change ... ok
2026-06-04T14:31:42.1720552Z test trust::tests::revoke_removes_trust ... ok
2026-06-04T14:31:42.1721522Z test trust::tests::store_persists_and_degrades_gracefully ... ok
2026-06-04T14:31:42.1722438Z test trust::tests::trust_is_scoped_per_subnet ... ok
2026-06-04T14:31:42.1723297Z test trust::tests::unlabelled_distinct_keys_each_pin ... ok
2026-06-04T14:31:42.1724214Z test visibility::tests::hidden_gates_sync_even_when_listed ... ok
2026-06-04T14:31:42.1725142Z test visibility::tests::hidden_is_or_of_defaults ... ok
2026-06-04T14:31:42.1726030Z test visibility::tests::override_wins_both_directions ... ok
2026-06-04T14:31:42.1727101Z test visibility::tests::store_persists_and_degrades_safe ... ok
2026-06-04T14:31:42.1728729Z test visibility::tests::synced_requires_membership_listing ... ok
2026-06-04T14:31:42.1739719Z test xfer::tests::progress_round_trips_per_role_and_updates_mid_flight ... ok
2026-06-04T14:31:42.1750360Z test xfer::tests::xfer_id_is_filename_safe_and_distinct ... ok
2026-06-04T14:31:42.2681601Z test syncmerge::tests::dominated_incoming_drops_but_joins_dag ... ok
2026-06-04T14:31:42.5495070Z test syncmerge::tests::project_branch_unions_disjoint_agents ... ok
2026-06-04T14:31:43.0222452Z test syncmerge::tests::reconciled_write_propagates_and_clears_artifacts ... ok
2026-06-04T14:31:43.0223016Z 
2026-06-04T14:31:43.0223439Z test result: ok. 130 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.36s
2026-06-04T14:31:43.0224007Z 
2026-06-04T14:31:43.0232128Z      Running unittests src/lib.rs (target/debug/deps/spt_term-fff656b4d6b0126e)
2026-06-04T14:31:43.0248756Z 
2026-06-04T14:31:43.0249132Z running 8 tests
2026-06-04T14:31:43.0264477Z test digest::tests::bad_pattern_is_reported_by_name ... ok
2026-06-04T14:31:43.0309883Z test digest::tests::strips_ansi_and_tolerates_repaint_duplication ... ok
2026-06-04T14:31:43.0310711Z test digest::tests::truncates_tool_args_to_width ... ok
2026-06-04T14:31:43.0311545Z test reader::tests::dsr_matcher_finds_query_across_chunk_boundary ... ok
2026-06-04T14:31:43.0312360Z test reader::tests::auto_answers_synthetic_dsr_query ... ok
2026-06-04T14:31:43.0313749Z test digest::tests::tags_input_agent_and_collapses_tool_sprints ... ok
2026-06-04T14:31:43.0314493Z test digest::tests::windows_to_last_n_turns ... ok
2026-06-04T14:31:43.0360389Z test reader::tests::no_dsr_means_no_answer ... ok
2026-06-04T14:31:43.0360773Z 
2026-06-04T14:31:43.0361196Z test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:31:43.0361792Z 
2026-06-04T14:31:43.0366189Z      Running tests/digest.rs (target/debug/deps/digest-c83d710395950856)
2026-06-04T14:31:43.0382239Z 
2026-06-04T14:31:43.0382574Z running 1 test
2026-06-04T14:31:43.0444701Z test digest_parses_a_real_pty_stream ... ok
2026-06-04T14:31:43.0445103Z 
2026-06-04T14:31:43.0445519Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:31:43.0446081Z 
2026-06-04T14:31:43.0448032Z      Running tests/dsr.rs (target/debug/deps/dsr-7d7f89946012d461)
2026-06-04T14:31:43.0461444Z 
2026-06-04T14:31:43.0461696Z running 1 test
2026-06-04T14:31:43.0574787Z test drain_forwards_child_output ... ok
2026-06-04T14:31:43.0575186Z 
2026-06-04T14:31:43.0575596Z test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
2026-06-04T14:31:43.0576191Z 
2026-06-04T14:31:43.0577529Z      Running tests/inject.rs (target/debug/deps/inject-0d0e775be1cce10f)
2026-06-04T14:31:43.0591545Z 
2026-06-04T14:31:43.0591921Z running 2 tests
2026-06-04T14:31:43.0705935Z test send_line_reaches_child_and_preserves_order ... ok
2026-06-04T14:31:43.0810609Z test ctrl_c_interrupts_the_child ... ok
2026-06-04T14:31:43.0811204Z 
2026-06-04T14:31:43.0811759Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
2026-06-04T14:31:43.0812461Z 
2026-06-04T14:31:43.0814779Z      Running tests/stream.rs (target/debug/deps/stream-d72a83f71c126aa9)
2026-06-04T14:31:43.0829572Z 
2026-06-04T14:31:43.0830404Z running 2 tests
2026-06-04T14:31:43.0852326Z test delivers_every_value_under_resize ... ok
2026-06-04T14:31:44.0856773Z test bounded_backpressure_stalls_an_unconsumed_reader ... ok
2026-06-04T14:31:44.0857337Z 
2026-06-04T14:31:44.0858215Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.00s
2026-06-04T14:31:44.0859430Z 
2026-06-04T14:31:44.0861521Z      Running tests/surface.rs (target/debug/deps/surface-9aedc85eea9ada6a)
2026-06-04T14:31:44.0877052Z 
2026-06-04T14:31:44.0877778Z running 2 tests
2026-06-04T14:31:44.0899091Z test captures_child_output_off_the_pty ... ok
2026-06-04T14:31:44.0900263Z test resize_under_load_does_not_hang_or_panic ... ok
2026-06-04T14:31:44.0901127Z 
2026-06-04T14:31:44.0901545Z test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:44.0902131Z 
2026-06-04T14:31:44.0902553Z    Doc-tests spt_daemon
2026-06-04T14:31:44.4424106Z 
2026-06-04T14:31:44.4424614Z running 0 tests
2026-06-04T14:31:44.4424906Z 
2026-06-04T14:31:44.4425322Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:44.4425892Z 
2026-06-04T14:31:44.4471542Z    Doc-tests spt_live
2026-06-04T14:31:44.4966753Z 
2026-06-04T14:31:44.4967296Z running 0 tests
2026-06-04T14:31:44.4967566Z 
2026-06-04T14:31:44.4967993Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:44.4968552Z 
2026-06-04T14:31:44.5002767Z    Doc-tests spt_msg
2026-06-04T14:31:44.5429448Z 
2026-06-04T14:31:44.5429974Z running 0 tests
2026-06-04T14:31:44.5430269Z 
2026-06-04T14:31:44.5431062Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:44.5431688Z 
2026-06-04T14:31:44.5469433Z    Doc-tests spt_net
2026-06-04T14:31:44.7350552Z 
2026-06-04T14:31:44.7351067Z running 0 tests
2026-06-04T14:31:44.7351366Z 
2026-06-04T14:31:44.7351779Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:44.7352343Z 
2026-06-04T14:31:44.7399621Z    Doc-tests spt_proto
2026-06-04T14:31:44.7839376Z 
2026-06-04T14:31:44.7839836Z running 0 tests
2026-06-04T14:31:44.7840119Z 
2026-06-04T14:31:44.7840539Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:44.7841108Z 
2026-06-04T14:31:44.7880262Z    Doc-tests spt_runtime
2026-06-04T14:31:44.9443900Z 
2026-06-04T14:31:44.9444277Z running 0 tests
2026-06-04T14:31:44.9444557Z 
2026-06-04T14:31:44.9445014Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:44.9445612Z 
2026-06-04T14:31:44.9479653Z    Doc-tests spt_store
2026-06-04T14:31:45.1213970Z 
2026-06-04T14:31:45.1214504Z running 0 tests
2026-06-04T14:31:45.1214786Z 
2026-06-04T14:31:45.1215203Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:45.1215776Z 
2026-06-04T14:31:45.1250327Z    Doc-tests spt_term
2026-06-04T14:31:45.1774476Z 
2026-06-04T14:31:45.1774916Z running 0 tests
2026-06-04T14:31:45.1775216Z 
2026-06-04T14:31:45.1775678Z test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
2026-06-04T14:31:45.1776251Z 
2026-06-04T14:31:45.1954720Z ##[group]Run cargo clippy --workspace --all-targets -- -D warnings
2026-06-04T14:31:45.1955553Z [36;1mcargo clippy --workspace --all-targets -- -D warnings[0m
2026-06-04T14:31:45.1974845Z shell: /usr/bin/bash -e {0}
2026-06-04T14:31:45.1975278Z ##[endgroup]
2026-06-04T14:31:45.7016932Z     Checking libc v0.2.186
2026-06-04T14:31:45.7019477Z     Checking serde_core v1.0.228
2026-06-04T14:31:45.7020902Z     Checking cfg-if v1.0.4
2026-06-04T14:31:45.7126236Z     Checking typenum v1.20.1
2026-06-04T14:31:45.7380664Z     Checking memchr v2.8.1
2026-06-04T14:31:46.3540354Z     Checking critical-section v1.2.0
2026-06-04T14:31:46.4260325Z     Checking subtle v2.6.1
2026-06-04T14:31:46.5970292Z     Checking zeroize v1.8.2
2026-06-04T14:31:46.7410322Z     Checking smallvec v1.15.1
2026-06-04T14:31:46.9854219Z     Checking pin-project-lite v0.2.17
2026-06-04T14:31:47.0410613Z     Checking cpufeatures v0.2.17
2026-06-04T14:31:47.0760349Z     Checking log v0.4.30
2026-06-04T14:31:47.0825273Z     Checking generic-array v0.14.7
2026-06-04T14:31:47.2589360Z     Checking itoa v1.0.18
2026-06-04T14:31:47.4170585Z     Checking equivalent v1.0.2
2026-06-04T14:31:47.4610560Z     Checking futures-core v0.3.32
2026-06-04T14:31:47.5630776Z     Checking bytes v1.11.1
2026-06-04T14:31:47.8436278Z     Checking getrandom v0.2.17
2026-06-04T14:31:48.0420236Z     Checking hashbrown v0.17.1
2026-06-04T14:31:48.0487872Z     Checking crypto-common v0.1.7
2026-06-04T14:31:48.1360536Z     Checking rand_core v0.10.1
2026-06-04T14:31:48.2775585Z     Checking bitflags v2.11.1
2026-06-04T14:31:48.3550652Z     Checking socket2 v0.6.4
2026-06-04T14:31:48.4690899Z     Checking mio v1.2.1
2026-06-04T14:31:48.7820600Z     Checking stable_deref_trait v1.2.1
2026-06-04T14:31:48.8260521Z     Checking getrandom v0.4.2
2026-06-04T14:31:48.9044230Z     Checking indexmap v2.14.0
2026-06-04T14:31:48.9124442Z     Checking tokio v1.52.3
2026-06-04T14:31:48.9930542Z     Checking block-buffer v0.10.4
2026-06-04T14:31:49.0298293Z     Checking serde v1.0.228
2026-06-04T14:31:49.0957604Z     Checking futures-sink v0.3.32
2026-06-04T14:31:49.1690719Z     Checking futures-io v0.3.32
2026-06-04T14:31:49.2660234Z     Checking slab v0.4.12
2026-06-04T14:31:49.4450498Z     Checking futures-channel v0.3.32
2026-06-04T14:31:49.6978957Z     Checking digest v0.10.7
2026-06-04T14:31:49.8190612Z     Checking portable-atomic v1.13.1
2026-06-04T14:31:49.9511019Z     Checking futures-task v0.3.32
2026-06-04T14:31:49.9551030Z     Checking zerofrom v0.1.8
2026-06-04T14:31:50.0600496Z     Checking yoke v0.8.2
2026-06-04T14:31:50.0870485Z     Checking futures-util v0.3.32
2026-06-04T14:31:50.2740331Z     Checking zerovec v0.11.6
2026-06-04T14:31:50.6151546Z     Checking once_cell v1.21.4
2026-06-04T14:31:50.8190460Z     Checking rand_core v0.6.4
2026-06-04T14:31:50.9711393Z     Checking curve25519-dalek v4.1.3
2026-06-04T14:31:51.1230521Z     Checking zerocopy v0.8.50
2026-06-04T14:31:52.3540340Z     Checking sha2 v0.10.9
2026-06-04T14:31:52.7156906Z     Checking signature v2.2.0
2026-06-04T14:31:52.8030331Z     Checking ed25519 v2.2.3
2026-06-04T14:31:52.9142537Z     Checking fastrand v2.4.1
2026-06-04T14:31:53.1363420Z     Checking ed25519-dalek v2.2.0
2026-06-04T14:31:53.3447815Z     Checking tinystr v0.8.3
2026-06-04T14:31:53.5515992Z     Checking tracing-core v0.1.36
2026-06-04T14:31:54.0520453Z     Checking writeable v0.6.3
2026-06-04T14:31:54.1804254Z     Checking litemap v0.8.2
2026-06-04T14:31:54.2600668Z     Checking tracing v0.1.44
2026-06-04T14:31:54.4061838Z     Checking icu_locale_core v2.2.0
2026-06-04T14:31:54.5150670Z     Checking libsqlite3-sys v0.30.1
2026-06-04T14:31:54.7560647Z     Checking zmij v1.0.21
2026-06-04T14:31:55.0288019Z     Checking potential_utf v0.1.5
2026-06-04T14:31:55.0800775Z     Checking zerotrie v0.2.4
2026-06-04T14:31:55.1330700Z     Checking fallible-streaming-iterator v0.1.9
2026-06-04T14:31:55.2730758Z     Checking utf8_iter v1.0.4
2026-06-04T14:31:55.3810412Z     Checking fallible-iterator v0.3.0
2026-06-04T14:31:55.4090895Z     Checking icu_collections v2.2.0
2026-06-04T14:31:55.5703602Z     Checking icu_provider v2.2.0
2026-06-04T14:31:55.8580344Z     Checking serde_json v1.0.150
2026-06-04T14:31:55.8789979Z     Checking tokio-util v0.7.18
2026-06-04T14:31:55.8941479Z     Checking spt-proto v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-proto)
2026-06-04T14:31:56.3935613Z     Checking icu_properties_data v2.2.0
2026-06-04T14:31:56.5330430Z     Checking icu_normalizer_data v2.2.0
2026-06-04T14:31:56.5780183Z     Checking percent-encoding v2.3.2
2026-06-04T14:31:56.7122022Z     Checking icu_normalizer v2.2.0
2026-06-04T14:31:56.8100840Z     Checking icu_properties v2.2.0
2026-06-04T14:31:57.0886115Z     Checking http v1.4.1
2026-06-04T14:31:57.1890185Z     Checking cpufeatures v0.3.0
2026-06-04T14:31:57.2310752Z     Checking rustls-pki-types v1.14.1
2026-06-04T14:31:57.2910731Z     Checking ahash v0.8.12
2026-06-04T14:31:57.4641947Z     Checking hashbrown v0.14.5
2026-06-04T14:31:57.6660390Z     Checking thiserror v2.0.18
2026-06-04T14:31:57.7230563Z     Checking chacha20 v0.10.0
2026-06-04T14:31:57.9960645Z     Checking form_urlencoded v1.2.2
2026-06-04T14:31:58.1110344Z     Checking ipnet v2.12.0
2026-06-04T14:31:58.1550661Z     Checking untrusted v0.9.0
2026-06-04T14:31:58.2330362Z     Checking ring v0.17.14
2026-06-04T14:31:58.3680369Z     Checking hashlink v0.9.1
2026-06-04T14:31:58.5000515Z     Checking rand v0.10.1
2026-06-04T14:31:58.6220716Z     Checking idna_adapter v1.2.2
2026-06-04T14:31:58.7040745Z     Checking idna v1.1.0
2026-06-04T14:31:58.7900639Z     Checking rusqlite v0.32.1
2026-06-04T14:31:59.0420626Z     Checking url v2.5.8
2026-06-04T14:31:59.3361086Z     Checking scopeguard v1.2.0
2026-06-04T14:31:59.3980548Z     Checking lock_api v0.4.14
2026-06-04T14:31:59.6790341Z     Checking atomic-waker v1.1.2
2026-06-04T14:31:59.7400311Z     Checking const-oid v0.10.2
2026-06-04T14:31:59.7896654Z     Checking fnv v1.0.7
2026-06-04T14:31:59.8485011Z     Checking h2 v0.4.14
2026-06-04T14:31:59.9204981Z     Checking derive_more v2.1.1
2026-06-04T14:31:59.9694015Z     Checking spt-store v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-store)
2026-06-04T14:32:00.0470770Z     Checking http-body v1.0.1
2026-06-04T14:32:00.1530479Z     Checking hybrid-array v0.4.12
2026-06-04T14:32:00.1880310Z     Checking rustls-webpki v0.103.13
2026-06-04T14:32:00.9040594Z     Checking rustls v0.23.40
2026-06-04T14:32:01.0530555Z     Checking linux-raw-sys v0.12.1
2026-06-04T14:32:01.5628403Z     Checking base64ct v1.8.3
2026-06-04T14:32:01.8770536Z     Checking pem-rfc7468 v1.0.0
2026-06-04T14:32:02.0240420Z     Checking rustix v1.1.4
2026-06-04T14:32:02.4050916Z     Checking spt-msg v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-msg)
2026-06-04T14:32:02.7270594Z     Checking httparse v1.10.1
2026-06-04T14:32:03.0030434Z     Checking tinyvec_macros v0.1.1
2026-06-04T14:32:03.0420582Z     Checking base64 v0.22.1
2026-06-04T14:32:03.3800630Z     Checking try-lock v0.2.5
2026-06-04T14:32:03.4450672Z     Checking tower-service v0.3.3
2026-06-04T14:32:03.5010529Z     Checking data-encoding v2.11.0
2026-06-04T14:32:03.9301240Z     Checking want v0.3.1
2026-06-04T14:32:04.0310569Z     Checking tinyvec v1.11.0
2026-06-04T14:32:04.2521692Z     Checking tempfile v3.27.0
2026-06-04T14:32:04.5190560Z     Checking n0-error v0.1.3
2026-06-04T14:32:04.5890560Z     Checking der v0.8.0-rc.10
2026-06-04T14:32:04.7440450Z     Checking crypto-common v0.2.2
2026-06-04T14:32:05.5160571Z     Checking block-buffer v0.12.0
2026-06-04T14:32:05.5661533Z     Checking inout v0.1.4
2026-06-04T14:32:05.6650497Z     Checking termios v0.2.2
2026-06-04T14:32:05.6721154Z     Checking ioctl-rs v0.1.6
2026-06-04T14:32:05.7300635Z     Checking serial-core v0.4.0
2026-06-04T14:32:05.7663577Z     Checking parking v2.2.1
2026-06-04T14:32:05.8511533Z     Checking httpdate v1.0.3
2026-06-04T14:32:05.8586361Z     Checking cordyceps v0.3.4
2026-06-04T14:32:05.8842360Z     Checking spin v0.10.0
2026-06-04T14:32:05.9751188Z     Checking diatomic-waker v0.2.3
2026-06-04T14:32:05.9990531Z     Checking hyper v1.10.1
2026-06-04T14:32:06.0726783Z     Checking digest v0.11.3
2026-06-04T14:32:06.1919631Z     Checking spki v0.8.0-rc.4
2026-06-04T14:32:06.2349370Z     Checking futures-lite v2.6.1
2026-06-04T14:32:06.2423430Z     Checking futures-buffered v0.2.13
2026-06-04T14:32:06.3680431Z     Checking serial-unix v0.4.0
2026-06-04T14:32:06.4970291Z     Checking thiserror v1.0.69
2026-06-04T14:32:06.5560311Z     Checking pin-project v1.1.13
2026-06-04T14:32:06.6050307Z     Checking cipher v0.4.4
2026-06-04T14:32:06.6278548Z     Checking tokio-rustls v0.26.4
2026-06-04T14:32:06.8640403Z     Checking netlink-packet-core v0.8.1
2026-06-04T14:32:06.9523270Z     Checking num-traits v0.2.19
2026-06-04T14:32:07.2100540Z     Checking memoffset v0.6.5
2026-06-04T14:32:07.2500406Z     Checking parking_lot_core v0.9.12
2026-06-04T14:32:07.3740936Z     Checking universal-hash v0.5.1
2026-06-04T14:32:07.4674624Z     Checking sync_wrapper v1.0.2
2026-06-04T14:32:07.4760554Z     Checking aho-corasick v1.1.4
2026-06-04T14:32:07.5470874Z     Checking bitflags v1.3.2
2026-06-04T14:32:07.5870572Z     Checking pin-utils v0.1.0
2026-06-04T14:32:07.6260625Z     Checking byteorder v1.5.0
2026-06-04T14:32:07.8259590Z     Checking regex-syntax v0.8.10
2026-06-04T14:32:07.8340537Z     Checking either v1.16.0
2026-06-04T14:32:07.9990580Z     Checking opaque-debug v0.3.1
2026-06-04T14:32:08.0370569Z     Checking polyval v0.6.2
2026-06-04T14:32:08.0940784Z     Checking prefix-trie v0.8.4
2026-06-04T14:32:08.1940174Z     Checking hyper-util v0.1.20
2026-06-04T14:32:08.8088459Z     Checking hash32 v0.2.1
2026-06-04T14:32:08.9730441Z     Checking nix v0.25.1
2026-06-04T14:32:08.9840509Z     Checking parking_lot v0.12.5
2026-06-04T14:32:09.2330129Z     Checking n0-future v0.3.2
2026-06-04T14:32:09.3390792Z     Checking filedescriptor v0.8.3
2026-06-04T14:32:09.4960320Z     Checking serial v0.4.0
2026-06-04T14:32:09.5420630Z     Checking pkcs8 v0.11.0-rc.10
2026-06-04T14:32:09.6860727Z     Checking crossbeam-utils v0.8.21
2026-06-04T14:32:10.2562488Z     Checking spin v0.9.8
2026-06-04T14:32:10.3200781Z     Checking regex-automata v0.4.14
2026-06-04T14:32:10.3290409Z     Checking anyhow v1.0.102
2026-06-04T14:32:10.4749458Z     Checking futures-executor v0.3.32
2026-06-04T14:32:10.5830738Z     Checking toml_datetime v0.6.11
2026-06-04T14:32:10.6142195Z     Checking serde_spanned v0.6.9
2026-06-04T14:32:10.7140720Z     Checking winnow v0.7.15
2026-06-04T14:32:10.8003431Z     Checking toml_write v0.1.2
2026-06-04T14:32:10.9930708Z     Checking shell-words v1.1.1
2026-06-04T14:32:11.0746179Z     Checking signature v3.0.0
2026-06-04T14:32:11.1590227Z     Checking downcast-rs v1.2.1
2026-06-04T14:32:11.2120435Z     Checking tower-layer v0.3.3
2026-06-04T14:32:11.3860322Z     Checking ed25519 v3.0.0-rc.4
2026-06-04T14:32:11.5680383Z     Checking futures v0.3.32
2026-06-04T14:32:11.6130482Z     Checking heapless v0.7.17
2026-06-04T14:32:12.4570153Z     Checking noq-udp v0.10.0
2026-06-04T14:32:12.7830496Z     Checking curve25519-dalek v5.0.0-pre.6
2026-06-04T14:32:13.1096258Z     Checking regex v1.12.3
2026-06-04T14:32:13.2815181Z     Checking toml_edit v0.22.27
2026-06-04T14:32:13.3979858Z     Checking portable-pty v0.8.1
2026-06-04T14:32:13.5560336Z     Checking hickory-proto v0.26.0-beta.4
2026-06-04T14:32:13.7068205Z     Checking ghash v0.5.1
2026-06-04T14:32:13.7850286Z     Checking aes v0.8.4
2026-06-04T14:32:14.3519840Z     Checking ctr v0.9.2
2026-06-04T14:32:14.4240531Z     Checking sha2 v0.11.0-rc.5
2026-06-04T14:32:14.5543086Z     Checking http-body-util v0.1.3
2026-06-04T14:32:14.8670178Z     Checking cobs v0.3.0
2026-06-04T14:32:14.9980202Z     Checking netlink-sys v0.8.8
2026-06-04T14:32:15.2671202Z     Checking aead v0.5.2
2026-06-04T14:32:15.3680567Z     Checking powerfmt v0.2.0
2026-06-04T14:32:15.5060429Z     Checking openssl-probe v0.2.1
2026-06-04T14:32:15.5330565Z     Checking deranged v0.5.8
2026-06-04T14:32:15.5774406Z     Checking rustls-native-certs v0.8.4
2026-06-04T14:32:15.6847842Z     Checking ed25519-dalek v3.0.0-pre.6
2026-06-04T14:32:15.8835875Z     Checking toml v0.8.23
2026-06-04T14:32:15.9480464Z     Checking postcard v1.1.3
2026-06-04T14:32:16.2180392Z     Checking aes-gcm v0.10.3
2026-06-04T14:32:16.3750686Z     Checking data-encoding-macro v0.1.20
2026-06-04T14:32:16.4169324Z     Checking tower v0.5.3
2026-06-04T14:32:16.4252597Z     Checking crossbeam-channel v0.5.15
2026-06-04T14:32:16.4253735Z     Checking crossbeam-epoch v0.9.18
2026-06-04T14:32:16.7308513Z     Checking netlink-packet-route v0.29.0
2026-06-04T14:32:16.9934480Z     Checking uuid v1.23.2
2026-06-04T14:32:17.1050550Z     Checking allocator-api2 v0.2.21
2026-06-04T14:32:17.3872538Z     Checking num-conv v0.2.2
2026-06-04T14:32:17.4680639Z     Checking ryu v1.0.23
2026-06-04T14:32:17.5630448Z     Checking mac-addr v0.3.0
2026-06-04T14:32:17.5792860Z     Checking tagptr v0.2.0
2026-06-04T14:32:17.6100603Z     Checking sorted-index-buffer v0.2.1
2026-06-04T14:32:17.7071272Z     Checking identity-hash v0.1.0
2026-06-04T14:32:17.7220530Z     Checking xml-rs v0.8.28
2026-06-04T14:32:17.7390719Z     Checking foldhash v0.2.0
2026-06-04T14:32:17.7810357Z     Checking time-core v0.1.8
2026-06-04T14:32:17.8630530Z     Checking lru-slab v0.1.2
2026-06-04T14:32:17.9340640Z     Checking rustc-hash v2.1.2
2026-06-04T14:32:17.9740585Z     Checking time v0.3.47
2026-06-04T14:32:18.0220498Z     Checking noq-proto v0.17.0
2026-06-04T14:32:18.4842236Z     Checking xmltree v0.10.3
2026-06-04T14:32:18.6320678Z     Checking hashbrown v0.16.1
2026-06-04T14:32:18.7740916Z     Checking moka v0.12.15
2026-06-04T14:32:19.5530274Z     Checking iroh-metrics v0.38.3
2026-06-04T14:32:20.0180742Z     Checking hickory-net v0.26.0-beta.4
2026-06-04T14:32:20.2051784Z     Checking tower-http v0.6.11
2026-06-04T14:32:20.6020431Z     Checking strum v0.28.0
2026-06-04T14:32:20.6840579Z     Checking iroh-base v0.98.0
2026-06-04T14:32:21.1860246Z     Checking num_enum v0.7.6
2026-06-04T14:32:21.2600439Z     Checking rustls-platform-verifier v0.7.0
2026-06-04T14:32:21.3791263Z     Checking netlink-proto v0.12.0
2026-06-04T14:32:21.6520849Z     Checking spt-term v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-term)
2026-06-04T14:32:22.0613048Z     Checking hyper-rustls v0.27.9
2026-06-04T14:32:22.2500624Z     Checking n0-watcher v0.6.1
2026-06-04T14:32:22.2579756Z     Checking netlink-packet-route v0.30.0
2026-06-04T14:32:22.4750691Z     Checking attohttpc v0.30.1
2026-06-04T14:32:22.9890909Z     Checking tokio-stream v0.1.18
2026-06-04T14:32:23.3820189Z     Checking netdev v0.42.0
2026-06-04T14:32:23.6140353Z     Checking simple-dns v0.9.3
2026-06-04T14:32:23.8390343Z     Checking constant_time_eq v0.4.2
2026-06-04T14:32:23.9551050Z     Checking smol_str v0.1.24
2026-06-04T14:32:24.0880281Z     Checking resolv-conf v0.7.6
2026-06-04T14:32:24.3029986Z     Checking sha1_smol v1.0.1
2026-06-04T14:32:24.4660551Z     Checking arrayref v0.3.9
2026-06-04T14:32:24.5020296Z     Checking arrayvec v0.7.6
2026-06-04T14:32:24.7321370Z     Checking simdutf8 v0.1.5
2026-06-04T14:32:24.8083619Z     Checking noq v0.18.0
2026-06-04T14:32:24.8880217Z     Checking iroh-dns v0.98.0
2026-06-04T14:32:24.9320666Z     Checking tokio-websockets v0.13.2
2026-06-04T14:32:25.2111255Z     Checking blake3 v1.8.5
2026-06-04T14:32:25.4880589Z     Checking hickory-resolver v0.26.0-beta.4
2026-06-04T14:32:25.6460489Z     Checking acto v0.8.2
2026-06-04T14:32:25.8660858Z     Checking igd-next v0.17.1
2026-06-04T14:32:26.3409683Z     Checking reqwest v0.13.4
2026-06-04T14:32:26.4750427Z     Checking lru v0.16.4
2026-06-04T14:32:26.6578966Z     Checking spt-runtime v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-runtime)
2026-06-04T14:32:27.0850324Z     Checking webpki-roots v1.0.7
2026-06-04T14:32:27.1960536Z     Checking hmac v0.12.1
2026-06-04T14:32:27.3140672Z     Checking serde_bytes v0.11.19
2026-06-04T14:32:27.5254134Z     Checking seize v0.5.1
2026-06-04T14:32:27.5830479Z     Checking cmov v0.5.4
2026-06-04T14:32:27.7390718Z     Checking papaya v0.2.4
2026-06-04T14:32:27.8450287Z     Checking ctutils v0.4.2
2026-06-04T14:32:28.1070802Z     Checking iroh-relay v0.98.0
2026-06-04T14:32:28.2480361Z     Checking hkdf v0.12.4
2026-06-04T14:32:28.3580640Z     Checking swarm-discovery v0.6.0-alpha.2
2026-06-04T14:32:28.4688146Z     Checking backon v1.6.0
2026-06-04T14:32:28.6791593Z     Checking spake2 v0.4.0
2026-06-04T14:32:28.8610181Z     Checking sha1 v0.10.6
2026-06-04T14:32:28.9790331Z     Checking netwatch v0.16.0
2026-06-04T14:32:29.0360620Z     Checking interprocess v2.4.2
2026-06-04T14:32:29.4516838Z     Checking spt-live v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-live)
2026-06-04T14:32:29.6362087Z     Checking utf8parse v0.2.2
2026-06-04T14:32:29.7040670Z     Checking anstyle-parse v1.0.0
2026-06-04T14:32:29.8577351Z     Checking anstyle-query v1.1.5
2026-06-04T14:32:29.9132398Z     Checking colorchoice v1.0.5
2026-06-04T14:32:29.9530818Z     Checking is_terminal_polyfill v1.70.2
2026-06-04T14:32:29.9770869Z     Checking anstyle v1.0.14
2026-06-04T14:32:30.0030730Z     Checking strsim v0.11.1
2026-06-04T14:32:30.1714746Z     Checking portmapper v0.16.0
2026-06-04T14:32:30.1841859Z     Checking clap_lex v1.1.0
2026-06-04T14:32:30.2010740Z     Checking anstream v1.0.0
2026-06-04T14:32:30.3500326Z     Checking mock-adapter v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/adapters/mock)
2026-06-04T14:32:30.4585907Z     Checking clap_builder v4.6.0
2026-06-04T14:32:31.8110624Z     Checking iroh v0.98.2
2026-06-04T14:32:33.0490686Z     Checking clap v4.6.1
2026-06-04T14:32:39.7017284Z     Checking spt-net v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-net)
2026-06-04T14:32:41.5785638Z     Checking spt-daemon v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt-daemon)
2026-06-04T14:32:46.2501050Z     Checking spt v0.0.0 (/home/david/actions-runner/_work/spt-core/spt-core/crates/spt)
2026-06-04T14:32:49.5186887Z     Finished `dev` profile [unoptimized] target(s) in 1m 04s
2026-06-04T14:32:49.5993459Z Post job cleanup.
2026-06-04T14:32:49.7208995Z [command]/usr/bin/git version
2026-06-04T14:32:49.7265894Z git version 2.34.1
2026-06-04T14:32:49.7313165Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/fe96b6b3-7ad7-43d6-a823-9cade7ce108f/.gitconfig'
2026-06-04T14:32:49.7716362Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/fe96b6b3-7ad7-43d6-a823-9cade7ce108f' before making global git config changes
2026-06-04T14:32:49.7718649Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T14:32:49.7728166Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-04T14:32:49.9043578Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-04T14:32:49.9111686Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-04T14:32:49.9372875Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T14:32:49.9402990Z http.https://github.com/.extraheader
2026-06-04T14:32:49.9416910Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
2026-06-04T14:32:49.9917386Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-04T14:32:50.0163707Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T14:32:50.0203681Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-04T14:32:50.0628115Z Cleaning up orphan processes
